
This constructor is used when a quick report is created for temporary use and not added to the collection.
public QuickReport(IFieldCollection fields, IContextFactory contextFactory, ILocalizer localizer);
Parameters
fields
The data dictionary field collection.
contextFactory
A configured context factory.
localizer
A localizer.
Overloads:
public QuickReport();
public QuickReport(ISQApplication application, ITemplateCollection templates, IReportCollection reports, ITagCollection tags);
public QuickReport(ISQApplication application);