LocalReport set pagesize at runtime
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I have a localreport that show/hide columns according to a hidden parameter value which is set during runtime (this works fine). I want to resize the width of the report at the same time. Is this possible?
-
I have a localreport that show/hide columns according to a hidden parameter value which is set during runtime (this works fine). I want to resize the width of the report at the same time. Is this possible?
Call a C# Method in Javascript Code like this "<%= PrintMessage(); %>" Here PrintMessage is a C# method that is callend in javascript after validation.
Pradeep Sharma