| Name | Description |
| Author | Gets or sets the author of the report. |
| AutoRefresh | Gets or sets the rate, in seconds, at which the report page (when rendered as HTML) automatically refreshes. Must be nonnegative. If omitted or zero, the report page should not automatically refresh. Max: 2147483647. Default: 0. |
| Body | Gets the Body object describing how the body of the report is structured and rendered. |
| C1Document | Gets a C1.C1Preview.C1PrintDocument object representing the report. Note that if the report is empty, it is rendered before this property returns. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| Classes | Gets the Classes collection containing info about classes to instantiate during report initialization. |
| Code | Gets or sets the string containing definitions for custom functions to be used in expressions in the report. Custom functions must be instance methods. If a function OnInit() is defined within code, it is called during parameter, report and page header/footer initialization. The function must be defined as Protected and Overrides. |
| CodeModules | Gets the CodeModules collection containing code modules to make available to the report for use in expressions. |
| ConsumeContainerWhitespace | Gets or sets a value indicating that all whitespace in containers (such as Body and Rectangle) should be consumed when contents grow rather than preserving the minimum whitespace between the contents and the container. |
| Container | (Inherited from System.ComponentModel.Component) |
| CustomProperties | Gets the CustomProperties object containing custom information to be handed to the report rendering component |
| DataElementName | Gets or sets the name of a top level element that represents the report data. Default: Report. Must be a CLS-compliant identifier. |
| DataElementStyle | Gets or sets a value indicating whether leaf-level values (for example, text box values and chart data values) should render as elements or attributes. |
| DataSchema | Gets or sets the schema or namespace to use for the report data rendering. |
| DataSets | Gets or the data that is displayed as part of the report. |
| DataSources | Gets the data sources from which data sets are taken for this report. |
| DataTransform | Gets or sets the location to a transformation to apply to a report data rendering. This can be a full folder path (for example, “/xsl/xfrm.xsl”) or relative path (for example “xfrm.xsl”). Relative paths start in the same folder as the report. |
| DeferVariableEvaluation | Gets or sets a value indicating that variables throughout the report are not required to be pre-evaluated at the start of report processing and may be evaluated on-demand based on usage. Deferred variable evaluation can improve performance but should not be used if any variables are time-dependent. |
| Description | Gets or sets the description of the report. |
| DocumentName | Overridden. Overridden. Returns the current report's Description (used to identify reports in print tasks and so on). |
| EmbeddedImages | Gets the EmbeddedImages collection containing images embedded in the report. |
| EmfType | Gets or sets the type of metafiles created by the current report. The default is System.Drawing.Imaging.EmfType.EmfPlusOnly. |
| ExecutionTime | Gets the date/time when the report began generating. If this is a subreport then the master report's ExecutionTime is returned. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| FileName | Gets the file name from which the current report definition has been loaded, or where it has been last saved. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| GeneratingComplete | If the current report is generating (see IsBusy), gets the approximate completion ratio, from 0 (0% complete) to 1 (100% complete). If the report is currently not generating, gets 1. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| HasSubreports | Gets a value indicating whether the current report contains any Subreport items. |
| IsBusy | Gets a value that determines whether a report is currently being generated. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| IsEmpty | Gets a value indicating whether the current report has not been generated (i.e. has no generated pages).
Note that this property does not depend on whether a report definition has been loaded into the current report. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| Language | Gets or sets the primary language of the text. Used as the default for all language-dependent expressions in the report. |
| Page | Gets the Page object containing page layout information about the report. |
| RdlVersion | Gets or sets the RDL format version of the currently loaded report definition.
Changing the value of this property after a report has been loaded allows to save it in the newly specified format version. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| ReportDefinition | Gets or sets an Xml string containing the complete report definition. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| ReportParameters | Gets the ReportParameters collection containing parameters of the report. |
| 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 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. |
| Site | (Inherited from System.ComponentModel.Component) |
| 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. |
| UserData | Gets or sets arbitrary data associated with the current report. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| Variables | Gets the Variables collection containing variables defined for the report as a whole. |
| Warnings | Gets the collection of warnings produced when the current report was generated. If this is a subreport then the master report's collection of warnings is returned. (Inherited from C1.C1Rdl.C1RdlReportBase) |
| Width | Gets or sets the width of the report. |