C1.C1Rdl.Rdl2008 Namespace : C1RdlReport Class |
The following tables list the members exposed by C1RdlReport.
Name | Description | |
---|---|---|
C1RdlReport Constructor | Initializes a new instance of the C1RdlReport class. |
Name | Description | |
---|---|---|
Author | Gets or sets the author of the report. | |
Description | Gets or sets the description of the report. | |
DocumentName | Overridden. Overridden. Returns the current report's C1RdlReport.Description (used to identify reports in print tasks and so on). | |
EmfType | Gets or sets the type of metafiles created by the current report. The default is System.Drawing.Imaging.EmfType.EmfPlusOnly. | |
ShowParametersInputDialog | Gets or sets a value indicating whether a dialog allowing to input values for some or all of the report parameters (elements of the C1RdlReport.ReportParameters collection) should be shown to the user before the report generates. To include or exclude parameters from the dialog, use ReportParameter.Hidden.
The default value is true. | |
UseGdiPlusTextRendering | Gets or sets a value indicating whether all text in the current report should be rendered using GDI+ text API.
The default value is false. |
Name | Description | |
---|---|---|
AssignFrom | Overridden. Copies properties from another C1RdlReport to the current object. | |
Clear | Overridden. Clears the current report, sets all properties to their default values. | |
ClearGeneratedPages | Clears the pages and other info produced by the document generation. (Inherited from C1.C1Rdl.C1RdlReportBase) | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from System.ComponentModel.Component) | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
GetSubreports | Scans the current report definition and retrieves the list of report names (Subreport.ReportName) of C1RdlReport.Subreport items contained within the current report. | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
IsRdlVersionSupported | Tests whether a specified RDL format version is supported by the current component. (Inherited from C1.C1Rdl.C1RdlReportBase) | |
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. (Inherited from C1.C1Rdl.C1RdlReportBase) | |
Render | Renders the report. (Inherited from C1.C1Rdl.C1RdlReportBase) | |
Save | Overloaded. Saves the currently loaded report definition to a stream. (Inherited from C1.C1Rdl.C1RdlReportBase) | |
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. (Inherited from C1.C1Rdl.C1RdlReportBase) |