|
||||||||||||||
Tip using ReportDocument.SetParameterVal
|
Author | Message |
---|---|
![]() I have spent countless hours trying to assign parameter values to a report via the ReportDocument object, without having the viewer display the parameters dialog, so I thought I'd share with the group one observation I have made. You must assign the datasource to the ReportDocument (as it says in the thus Dim oRpt As New ReportDocument oRpt.Refresh() oRpt.SetParameterValue("Param1", P1Value) works fine, but Dim oRpt As New ReportDocument has anyone else had this problem using .NET 2003? Andy |
|
Mon, 05 Dec 2005 10:24:13 GMT | |
Page 1 of 1 |
[ 1 post ] |