Name | Description | |
---|---|---|
![]() | CalculatedFields | Gets a FieldCollection object containing all of the calculated fields in the report. |
![]() | CompatibilityMode | Gets or sets a value indicating whether the engine should use the legacy GDI/GDI+ rendering or the new cross-platform based rendering implementation. |
![]() | 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 GrapeCity.ActiveReports~GrapeCity.ActiveReports.SectionReport~DataSource.html 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. |
![]() | FontResolver | Gets or sets the font resolver. |
![]() | 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. |
![]() | LayoutAction | Sets or returns a custom action following the rendering of the current record. |
![]() | 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. |
![]() | ResourceLocator | Gets or sets a value representing the implementation of the resource locator. |
![]() | 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. |
![]() | 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. |