GetReportFromAssembly questions
Posted: Fri Feb 26, 2010 11:53 am
Hi:
1) When I load a report directly from an assembly with GetReportFromAssembly, the IsCompiled property is False, does this mean that I have to call Compile()?
2) If I don't need to call Compile() after loading a report from an assembly, how can I test to see if the report was actually loaded from an assembly or via Load()?
3) If I use Stimulsoft.Report.StiReport.GetReportFromAssembly(reportFile, true), what exactly is the final boolean indicating? Is the file locked for other users (concurrent access)?
4) If I want to use a report loaded via GetReportFromAssembly multiple times (with different content), should I call ResetRenderedState() before shoing/exporting the report?
Thanks,
Martin.
1) When I load a report directly from an assembly with GetReportFromAssembly, the IsCompiled property is False, does this mean that I have to call Compile()?
2) If I don't need to call Compile() after loading a report from an assembly, how can I test to see if the report was actually loaded from an assembly or via Load()?
3) If I use Stimulsoft.Report.StiReport.GetReportFromAssembly(reportFile, true), what exactly is the final boolean indicating? Is the file locked for other users (concurrent access)?
4) If I want to use a report loaded via GetReportFromAssembly multiple times (with different content), should I call ResetRenderedState() before shoing/exporting the report?
Thanks,
Martin.