Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing Parameters To Report
Message
Information générale
Forum:
ASP.NET
Catégorie:
Rapports
Divers
Thread ID:
01451546
Message ID:
01451552
Vues:
29
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform