Hi
How to set the tables and parameter for subreport in vb.net 2003
thanks
Printable View
Hi
How to set the tables and parameter for subreport in vb.net 2003
thanks
For Setting The Parameter In The Sub Report
VB Code:
Report.Subreports("NameOfSubReport").SetParameterValue("ParameterName", "ParameterValue")
but how to set the datasource for the subreport
Do some hand work here. Pass the sub report name and the table name in the Function maky by me at CR In VB.NET and set the data source there.