ActiveReport Constructor | Initializes a new instance of the ActiveReport class. |
CurrentPage | Returns the current page instance. |
DataMember | Gets or sets the specified list in a DataSource to which the report will bind. |
DataSource | Gets or sets the data source from which the report will retrieve data. |
Document | Returns a reference to the report output Document object. |
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. |
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. |
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. |
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. |
XmlLayout | For internal use only. |
AddCode | Adds additional valid script code to the report's scripting context. Using AddCode allows complete functions to be added to a report's script at run time. The added functions can be called from the report events in script. |
AddControlLicense | Adds a license key to the report so licensed controls can be added to sections at run time by using the Controls.Add method. |
AddNamedItem | Adds an object to the script's global namespace. This method allows scripts to become aware of custom classes contained within a project. Once an item has been added, the script can use the objectName string to reference the object and the functions contained within the class. |
AddScriptReference | Adds a reference to the specified assembly to be loaded into the scripting run-time context. |
Cancel | Cancels the report's processing. Any rendered pages will be cleared from the report's Document object. |
CmToInch | Converts value from centimeters to inches. |
Dispose | Releases the report instance from memory. |
GenerateNewControlName | For internal use only. |
InchToCm | Converts value from inches to centimeters. |
LoadLayout | Overloaded. Retrieves a report XML layout (RPX) from a file, stream or resource. Retrieves a report XML layout and loads it into a report object. |
RaiseParameterUIClosed | For internal use. |
ResetScripts | Clears the script of any items added using the AddNamedItem method or code added using the AddCode method. This does not affect the pre-saved report layout (RPX) file and only clears code added using the above methods. |
ResetWatermark | Resets the watermark to its default value. |
Restart | Resets the report data source and clears the pages collection. |
Run | Overloaded. Starts the report processing. |
SaveLayout | Overloaded. Saves a report's XML layout to a stream or file. |
SetLicense | Sets run-time licensing from the value string provided. |
Show | Loads the report layout, runs it with the bound data source and any script in the report xml, and shows it in a viewer. |
Stop | Stops processing the report. |
ValidateControlName | For internal use only. |
ValidateNameSyntax | Obsolete. For internal use only. |
Changed | Raised when any of the report properties change. |
DataInitialize | Raised after the ReportStart event to allow the addition of custom fields to the report's fields collection. |
DataSourceChanged | Raised when the properties of the report's data source are modified. |
Disposed | Raised when the report instance is released from memory. |
FetchData | Raised every time a new record is processed. |
LayoutLoaded | Raised after a report XML layout is loaded into the report instance. |
LayoutLoading | Raised before a report XML layout starts loading into the report instance. |
NoData | Raised if the report's data source does not return any records and there is no data to be processed. |
PageEnd | Raised after the report finishes rendering each page. |
PageStart | Raised before the report renders any output to a new page. |
ParameterUIClosed | Raised after the user closes the query parameters dialog. |
PrintAborted | Raised when the user cancels a print job. |
PrintProgress | Raised for each page while printing the report document. |
ReportEnd | Raised after the report finishes processing all pages. |
ReportStart | Raised before a report starts processing. |
ActiveReport Class | DataDynamics.ActiveReports Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.