[]
Represents the type of report on a page where none of the report controls can grow or shrink at run time.
public sealed class PageReport : Component, IComponent, IDisposable, IReportComponentFactory
Name | Description |
---|---|
PageReport() | Initializes a new instance of the PageReport class. |
PageReport(FileInfo) | Initializes a new instance of the PageReport class. |
PageReport(TextReader) | Initializes a new instance of the PageReport class. |
Name | Description |
---|---|
ConfigurationProvider | Gets or sets the IConfigurationProvider associated with this report definition. |
Document | Gets the instance of PageDocument, which provides the necessary functions for the processing of a report. |
FontResolver | Gets or sets the font resolver. |
IsConvertedFromLegacyReport | This property is for internal use only. Gets a value indicating whether the report was converted from a legacy report format. |
LicenseLevel | Returns the license level. |
Report | Gets the current report definition object. |
ResourceLocator | Gets or sets the object responsible for resolving report resources. |
Name | Description |
---|---|
CreateFromMaster(string, ResourceLocator) | Overloaded. Creates a blank report with all of the content placeholders from the specified master report. |
CreateFromMaster(Uri) | Creates a blank report with all of the content placeholders from the specified master report. |
Dispose(bool) | Releases the unmanaged resources used by the Component and optionally releases the managed resources. |
Initialize() | Initializes a PageReport instance. It can be used to perform a post-initialization. |
Load(FileInfo) | Loads the report definition file. |
Load(TextReader) | Loads the report definition file. |
Run() | Processes the inner document of this report. |
Save(FileInfo) | Saves the report to a file. |
Save(XmlWriter) | Saves this report definition file. |
ToRdlString() | Returns the report definition language (RDLX) as a System.String in the report definition. |