Name | Description | |
---|---|---|
C1Document | Gets a C1.C1Preview.C1PrintDocument object representing the report. Note that if the report is empty, it is rendered before this property returns. | |
Container | (Inherited from System.ComponentModel.Component) | |
DocumentName | Gets the name of the document (used to identify reports in print tasks and so on). | |
ExecutionTime | Gets the date/time when the report began generating. If this is a subreport then the master report's ExecutionTime is returned. | |
FileName | Gets the file name from which the current report definition has been loaded, or where it has been last saved. | |
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. | |
IsBusy | Gets a value that determines whether a report is currently being generated. | |
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. | |
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. | |
ReportDefinition | Gets or sets an Xml string containing the complete report definition. | |
Site | (Inherited from System.ComponentModel.Component) | |
UserData | Gets or sets arbitrary data associated with the current report. | |
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. |