The C1Report type exposes the following members.
Properties
Name | Description | |
---|---|---|
C1Document |
Gets a C1PrintDocument object that represents content of the report.
|
|
Cancel |
Specifies whether to cancel generation of the current report.
|
|
ColorizeHyperlinks |
Gets or sets a value indicating whether hyperlinks in the report are colorized automatically.
The default is false (which is compatible with older versions of C1Report). |
|
DataSource |
Gets a reference to the report's DataSource object.
|
|
Document |
Gets a PrintDocument object that can be used to render the report to a printer or
into a print preview control.
|
|
DoEvents |
Specifies whether the control should handle Windows messages while rendering reports.
|
|
EmfType |
Gets or sets the type of metafiles created by the current report.
The default is EmfOnly.
|
|
ExposeScriptObjects |
Specifies whether script objects added with the AddScriptObject(String, Object)
method should be exposed to subreports.
|
|
Fields |
Gets the collection of Field objects in the report definition.
|
|
Font |
Gets or sets the default font for new fields.
|
|
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.
|
|
Groups |
Gets a collection with all the groups in the report.
|
|
GrowShrinkMode |
Gets or sets the method used to process CanGrow/CanShrink fields.
|
|
IgnoreScriptErrors |
Specifies whether the component should ignore script errors by default.
|
|
IsBusy |
Gets a value that determines whether a report is currently being generated.
|
|
LabelOffset |
Gets or sets the position of the first label on a partially used sheet.
|
|
Layout |
Gets a reference to the report's Layout object.
|
|
MaxPages |
Gets or sets the maximum number of pages allowed for a report.
|
|
OnClose |
Gets or sets the VBScript that is executed when the report finishes rendering.
|
|
OnError |
Gets or sets the VBScript that is executed when an error occurs.
|
|
OnNoData |
Gets or sets the VBScript that is executed when the report starts rendering and its source recordset is empty.
|
|
OnOpen |
Gets or sets the VBScript that is executed when the report starts rendering.
|
|
OnPage |
Gets or sets the VBScript that is executed when a new page is created.
|
|
OutlineRootLevel |
Gets or sets the starting outline level for the groups in this report.
|
|
Page |
Gets or sets the current page number.
|
|
PageImages | Obsolete.
Gets a list of Metafile objects that correspond to the pages in the report.
Using this property on large reports is not recommended as it creates images for all pages at once
and thus can exhaust system resources. Instead, use GetPageImages()()()(),
GetPageImage(Int32) and GetPageCount()()()() methods.
|
|
ParentReport |
Gets the main report that contains this subreport (null for main reports).
|
|
RecordsPerPage |
Gets or sets the number of detail records to render per page or group.
|
|
ReferenceDc | ||
ReferenceDpi | ||
ReportDefinition |
Gets or sets an Xml string containing the complete report definition.
|
|
ReportInfo |
Gets or sets a ReportInfo object containing report metadata.
|
|
ReportName |
Gets or sets the name of the report (used with the Load method).
|
|
Sections |
Gets the collection of Section objects in the report definition.
|
|
Tag |
Gets or sets extra data needed by the calling program.
|
|
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. |
|
UsePrinterResolution |
Specifies whether the component should use the .NET printing support to obtain high-resolution graphics.
|