How to create a report with master report dataset???
Posted: Thu May 31, 2007 4:57 am
Hi,
I want to create a report with master report dataset. so i tried following,
Master masterReport = new Master();
StiReport.ReportType = typeof(Master);
StiReport obj = new StiReport();
obj.Design();
Master is the Report Class.
It Doesn't Work ?
Please provide the solution....
Thanks in Advance,
Jayakumar
I want to create a report with master report dataset. so i tried following,
Master masterReport = new Master();
StiReport.ReportType = typeof(Master);
StiReport obj = new StiReport();
obj.Design();
Master is the Report Class.
It Doesn't Work ?
Please provide the solution....
Thanks in Advance,
Jayakumar