GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports Namespace : SectionReport Class |
For a list of all members of this type, see SectionReport members.
Name | Description | |
---|---|---|
CalculatedFields | Gets a FieldCollection object containing all of the calculated fields in the report. | |
Culture | Provides information on a specific culture, including its names and the writing system. | |
CurrentPage | Returns the current page instance. | |
DataMember | Gets or sets the specified list in an DataSource to which the report will bind. | |
DataSource | Gets or sets the data source from which the report will retrieve data. | |
Document | Gets a reference to the report output Document object. | |
EnableScriptDebugging | Allows to catch script exceptions in the debugger. The default value is False. | |
ExpressionErrorMessage | Stops the reporting engine from throwing exceptions and instead displays the provided string. | |
Fields | Returns the current data binding collection. This collection contains the available Field objects to which the report controls and sections can be bound. | |
Initializing | Indicates that report is in initializing state. | |
IsDirty | Sets or returns the current state of the report layout. This property is set to True when any changes are made to the report layout since it was last saved. | |
IsSerializing | Indicates that report is in serializing state. | |
LayoutAction | Sets or returns a custom action following the rendering of the current record. | |
MasterReport | Gets or sets a value determining whether the report is a master report. | |
MaxPages | Sets or returns the maximum number of pages that the report will create. | |
Name | Gets or sets the name of the report. | |
PageNumber | Returns the number of the current page being processed when a report is running. | |
PageSettings | Returns a reference to the current report's page settings. | |
Parameters | Returns a reference to the data source query parameters collection. | |
ParentReport | Gets a reference to the parent report. | |
PrintWidth | Sets or returns the report's printable width in inches. | |
Script | Sets or returns the script code for a report's events. Either this property or the script editor may be used to add script to a report. | |
ScriptLanguage | Sets or returns the scripting language ActiveReports will use to write and interpret the script properties. | |
Sections | Returns a reference to the report's sections collection. | |
ShowParameterUI | Sets or returns whether or not the query parameters dialog box will appear when the report is run. | |
State | Returns the current state of the report. | |
StyleSheet | Returns a collection of formatting styles used to format controls in the report. | |
UseEvidence | Gets or sets to add the evidence to script engine when compiling script. The default value is false. | |
UserData | Sets or returns a user-defined value. | |
Version | Returns the product's version number. | |
Watermark | Adds a specified image to the report's background. The watermark image can be positioned, sized, aligned and placed on specified pages by using the other watermark properties. | |
WatermarkAlignment | Sets or returns the watermark's general vertical and horizontal position when it is added to the canvas. | |
WatermarkPrintOnPages | Sets or returns a value indicating the specific pages to which the watermark should be added. | |
WatermarkSizeMode | Sets or returns how the watermark will be sized when the image is rendered on the page. |