CachedReportSource Constructors
A component that manages caching logic and acts as a mediator between a report and a Document Viewer.Name | Parameters | Description |
---|---|---|
CachedReportSource() | none | Creates the CachedReportSource class’ instance and specifies the default settings. |
CachedReportSource(IReport, DocumentStorage) | report, storage | Creates the CachedReportSource class’ instance and specifies its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties. |
CachedReportSource(IContainer) | components | Creates the CachedReportSource class’ instance. |
CachedReportSource(Type, DocumentStorage) | reportType, storage | Creates the CachedReportSource class’ instance and specifies its CachedReportSourceBase.Report and CachedReportSourceBase.Storage properties. |
See Also