C1.C1Rdl Namespace : C1RdlReportBase Class |
The following tables list the members exposed by C1RdlReportBase.
Name | Description | |
---|---|---|
AssignFrom | Copies properties from another C1RdlReportBase to the current object. | |
Clear | Clears the current report, sets all properties to their default values. | |
ClearGeneratedPages | Clears the pages and other info produced by the document generation. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose() | (Inherited from System.ComponentModel.Component) | |
FromFile | Creates a new instance of a type derived from C1RdlReportBase that supports the RDL format contained in the specified file. The specific type is determined by the version of the RDL in the file. | |
FromStream | Creates a new instance of a type derived from C1RdlReportBase that supports the RDL format contained in the specified stream. The specific type is determined by the version of the RDL in the stream. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
IsRdlVersionSupported | Tests whether a specified RDL format version is supported by the current component. | |
Load | Overloaded. Loads a report definition from a stream into the current report. The stream should contain an RDL report definition in the supported format. | |
Render | Renders the report. | |
Save | Overloaded. Saves the currently loaded report definition to a stream. | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
LongOperation | Occurs periodically during report generation. Allows to provide progress indication and the ability to cancel generation to the user. |