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
  • Thanks for your reply, Ben. I tried what you suggest, and SSRS05 doesn't seem to like VerticalAlign expressions, i.e. I tried "=IIF(1=1,"Top","Top")", deployed, and got the error:

    • An error occurred during rendering of the report. (rrRenderingError)
      • An error occurred during rendering of the report.
        • Object reference not set to an instance of an object.

    If I google this, I get all sorts of really irrelevant suggestions. I tried a different expression, like "=iif(Parameters!year.Value > 1,"Top","Top")", and get the same. The error goes away if I get rid of the VerticalAlign expression and just go back to "Top", though the original bad behavior remains.

    Since the alignment appears correctly in BIDS Preview, but incorrectly in IE, I suppose it is some sort of IE incompatibility with BIDS (yay Microsoft!).

    Any other suggestions appreciated, but I think this is just a bug. *sigh*

  • Hi Chris,

    Good day.

    I had tested the IIF(1=1,"Top","Top") on our SSRS site, before I made the suggestion.

    So the error could be something else.

    rrRenderingError

    http://msdn.microsoft.com/en-us/library/aa337266(v=SQL.90).aspx

     

    have fun

    Ben