The Reporting type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ClassType |
Gets the Class Type. Read-only.
(Inherited from EngineClassBase.) | |
| DesignView |
Gets or sets the Report Output in 'Design View' mode which includes all Report Items even non Printable ones.
| |
| Disposed |
Gets a value indicating whether the object has been disposed of. Read-only.
(Inherited from EngineClassBase.) | |
| HandleExceptions |
Gets or sets the option to Handle Exceptions.
(Inherited from EngineClassBase.) | |
| IsChanged |
Gets or sets the Is Changed flag indicating if the Object has changed.
(Inherited from EngineClassBase.) | |
| IsDirty |
Gets or sets the Is Dirty flag indicating if any Data Properties within the Object have been Set.
(Inherited from EngineClassBase.) | |
| ItemKey |
Gets or sets the associated Collection Item Key for the Object.
(Inherited from EngineClassBase.) | |
| LastErrDescription |
Returns the last Error Description for the Object.
(Inherited from EngineClassBase.) | |
| LastErrNumber |
Returns the last Error Number for the Object.
(Inherited from EngineClassBase.) | |
| LastErrSource |
Returns the last Error Source for the Object.
(Inherited from EngineClassBase.) | |
| LastException |
Returns the last Exception for the Object.
(Inherited from EngineClassBase.) | |
| OnDirtyEvent |
Used in conjunction with the SetIsDirty method to raise an Event. If True then if SetIsDirty is called the Dirty Event will be raised.
(Inherited from EngineClassBase.) | |
| Output |
Gets the Report Output Content. Read-only.
| |
| PDFSettings |
Gets or sets the Report PDF Document Settings.
| |
| Properties |
Discovers the attributes of the Properties of the Class and provides access to Property metadata. Read-only.
(Inherited from EngineClassBase.) | |
| RaiseError |
If True then when SetError is called an Event will be raised.
(Inherited from EngineClassBase.) | |
| Remote |
Gets or sets the Remote option for the Report Build, PDF etc.
| |
| Report |
Gets or sets the Report Details, Name, Data Source and Version.
| |
| ReportConstants |
Gets or sets the Report Constants.
| |
| ReportConstantsFile |
Gets or sets the Report Constants File.
| |
| ReportDataContextsFile |
Gets or sets the Report Data Source Contexts File.
| |
| ReportDataFormats |
Gets or sets the Report Data Formats.
| |
| ReportDataFormatsFile |
Gets or sets the Report Data Formats File.
| |
| ReportDataSourceContexts |
Gets or sets the Report Data Source Contexts.
| |
| ReportExpressions |
Gets or sets the Report Expressions.
| |
| ReportExpressionsFile |
Gets or sets the Report Expressions File.
| |
| ReportFolders |
Gets or sets the Report Folders.
| |
| ReportFont |
Gets or sets the initial Report Font Name.
| |
| ReportGlobals |
Gets or sets the Report Globals.
| |
| ReportGlobalsFile |
Gets or sets the Report Globals File.
| |
| ReportNamespaces |
Gets or sets the Report Namespaces.
| |
| ReportNamespacesFile |
Gets or sets the Report Namespaces File.
| |
| ReportQueries |
Gets or sets the Report Queries.
| |
| ReportQueriesFile |
Gets or sets the Report Queries File.
| |
| ReportResources |
Gets or sets the Shared Report Resources.
| |
| ReportResourcesFile |
Gets or sets the Report Resources File.
| |
| ReportRules |
Gets or sets the Report Rules.
| |
| ReportRulesFile |
Gets or sets the Report Rules File.
| |
| ReportRunningTotals |
Gets or sets the Report Running Totals.
| |
| ReportRunningTotalsFile |
Gets or sets the Report Running Totals File.
| |
| ReportSections |
Gets or sets the Report Sections.
| |
| ReportStyles |
Gets or sets the Report Shared Styles.
| |
| ReportStylesFile |
Gets or sets the Report Styles File.
| |
| StyleClass |
Returns the list of CSS Classes for the Report.
| |
| Tag |
Gets or sets the associated Tag for the Object.
(Inherited from EngineClassBase.) | |
| TOC |
Gets the Report Table of Contents. Read-only.
| |
| TypeClassName |
Gets Class Name of the associated Class. Read-only.
(Inherited from EngineClassBase.) | |
| XProcessor |
Returns the XProcessor for the Report. Read-only.
| |
| XQueryCompiler |
Returns the XQueryCompiler for the Report. Read-only.
|
See Also