Click here to Skip to main content
15,891,777 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good Day For All
I'm trying to create a report with reportviewer using parameters , i want to pass a value to first page only in the report. the others page i want to pass spaces to this parameter .. please help me as you can with simple example .. thinks
Posted
Updated 16-Oct-15 12:28pm

1 solution

rather than changing parameter value you can try to hide the control which you show the parameter value in the report based on the page number.

try to build expression to check current page and set the hidden or visibility property of label/textbox which you have used to show show the details.

RDLC reports you can use Globals.PageNumber to get current page number and also you can set expression as below
How to: Apply Conditional Visibility Controls[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900