Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters To Report
Message
General information
Forum:
ASP.NET
Category:
Reporting
Miscellaneous
Thread ID:
01451546
Message ID:
01451552
Views:
28
>Kevin, I don't know if this will help, but here is how I handle parms...
>
>oReport.SetParameterValue("ShowDetails", lShow);
>
>(where "ShowDetails" is a parameter)

Well, shut my mouth. Just because you said so, I trried this again - and it works:
_ReportInfo.Report.SetParameterValue("@RecordId", 9162);

ReportSource = _ReportInfo.Report;
Refresh(); 
Go figure
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Reply
Map
View

Click here to load this message in the networking platform