Parameter variables cause pageheader to not display

  • Hi all, strange one, when I try to refer to the Criteria of my report in an expression to create a report subtitle such as

    ="Month Ended " & Parameters!SubmittedDate.Value this causes the entire PageHeader to NOT be displayed, when I remove the textbox with this expression everything is ok, seems to only happen when I have multiple datasets defined within the same reports. FYI the report also has multiple sets of cascading parameters for the user to select the criteria of the report.

    Thanks

  • This was removed by the editor as SPAM

  • Is there a time the value of Parameters!SubmittedDate.Value is null?  That would cause the entire value to be null which might cause the problem.

    If the phone doesn't ring...It's me.

  • THe only time its null is before I enter the data and press the View Report button.  Another thing, it only happens in the visual studio dev enviroment although when previewing the report the page header is not visible if I export the report to PDF the titles appear, so it must be something with the VS.NET development env.

     

    Thanks

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply