SSRS Matrix report Align issue

After Ryan's Advanced SSRS conference session, I went home and have been working on a calendar report for use with some of our Volunteers. Much of this is working out fine, but I am finding that the VerticalAlign property of my calendar field is not acting as it should and/or I am missing something. Please see attached screenshot. Why isn't the text for each date field Aligning to the top? Everything I can find is set to VerticalAlign = Top, and all looks well in BIDS preview tab, but in IE I get this. Anyone have any suggestions? Thanks!

(Using BIDS/SSRS 2005.)

Parents Reply Children
  • Unknown said:

    There are two possible ways you can try to put the matrix in one page.

    1,  Inside report:

    A, modify Matrix property KeepTogether to Ture

    B, reduce Margins in report Layout.

    Yeah, I've been around and around on these. I love how MS describes KeepTogether as "... should be kept together if possible." It tries, but fails, to act like a Fit-To-Page. I can't fathom how they think people will be OK with printing matrix reports dynamically sprawled across multiple pages. "But they shouldn't print! Consume it online." someone might say. Ha, that's so funny...

    Unknown said:

    Add custom css to pages.

    ...

    Using URL Access Parameters

    ...

    The following example uses the rc:Zoom parameter to set the zoom property of the report to Page Width:

    I'll check these out. I like the sound of that rc:Zoom.

    Thanks!