Code: Select all
StiReport MyReport = new StiReport();
MyReport.Load("MyFile.mrt");
MyReport.Compile("MyFile.dll");
...
MyReport.Dispose();
Code: Select all
StiReport MyReport = StiReport.GetReportFromAssembly("MyFile.dll",true);
Thanks,
Marco
Code: Select all
StiReport MyReport = new StiReport();
MyReport.Load("MyFile.mrt");
MyReport.Compile("MyFile.dll");
...
MyReport.Dispose();
Code: Select all
StiReport MyReport = StiReport.GetReportFromAssembly("MyFile.dll",true);
Code: Select all
StiReport MyReport = StiReport.GetReportFromAssembly("MyFile.dll",true);
Code: Select all
StiReport MyReport = StiReport.GetReportFromAssembly("MyFile.dll");