![]() | Initializes a new instance of the ActiveReport class. |
![]() | Returns the current page instance. |
![]() | Gets or sets the specified list in a DataSource to which the report will bind. |
![]() | Gets or sets the data source from which the report will retrieve data. |
![]() | Returns a reference to the report output Document object. |
![]() | Stops the reporting engine from throwing exceptions and instead displays the provided string. |
![]() | Returns the current data binding collection. This collection contains the available Field objects to which the report controls and sections can be bound. |
![]() | 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. |
![]() | Sets or returns a custom action following the rendering of the current record. |
![]() | Sets or returns the maximum number of pages that the report will create. |
![]() | Returns the number of the current page being processed when a report is running. |
![]() | Returns a reference to the current report's page settings. |
![]() | Returns a reference to the data source query parameters collection. |
![]() | Gets a reference to the parent report. |
![]() | Sets or returns the report's printable width in inches. |
![]() | 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. |
![]() | Sets or returns the scripting language ActiveReports will use to write and interpret the script properties. |
![]() | Returns a reference to the report's sections collection. |
![]() | Sets or returns whether or not the query parameters dialog box will appear when the report is run. |
![]() | Returns the current state of the report. |
![]() | Returns a collection of formatting styles used to format controls in the report. |
![]() | Sets or returns a user-defined value. |
![]() | Returns the product's version number. |
![]() | 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. |
![]() | Sets or returns the watermark's general vertical and horizontal position when it is added to the canvas. |
![]() | Sets or returns a value indicating the specific pages to which the watermark should be added. |
![]() | Sets or returns how the watermark will be sized when the image is rendered on the page. |
![]() | For internal use only. |
![]() | 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. |
![]() | Adds a license key to the report so licensed controls can be added to sections at run time by using the Controls.Add method. |
![]() | 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. |
![]() | Adds a reference to the specified assembly to be loaded into the scripting run-time context. |
![]() | Cancels the report's processing. Any rendered pages will be cleared from the report's Document object. |
![]() ![]() | Converts value from centimeters to inches. |
![]() | Releases the report instance from memory. |
![]() | For internal use only. |
![]() ![]() | Converts value from inches to centimeters. |
![]() | 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. |
![]() | For internal use. |
![]() | 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. |
![]() | Resets the watermark to its default value. |
![]() | Resets the report data source and clears the pages collection. |
![]() | Overloaded. Starts the report processing. |
![]() | Overloaded. Saves a report's XML layout to a stream or file. |
![]() | Sets run-time licensing from the value string provided. |
![]() | Loads the report layout, runs it with the bound data source and any script in the report xml, and shows it in a viewer. |
![]() | Stops processing the report. |
![]() | For internal use only. |
![]() ![]() | Obsolete. For internal use only. |
![]() | Raised when any of the report properties change. |
![]() | Raised after the ReportStart event to allow the addition of custom fields to the report's fields collection. |
![]() | Raised when the properties of the report's data source are modified. |
![]() | Raised when the report instance is released from memory. |
![]() | Raised every time a new record is processed. |
![]() | Raised after a report XML layout is loaded into the report instance. |
![]() | Raised before a report XML layout starts loading into the report instance. |
![]() | Raised if the report's data source does not return any records and there is no data to be processed. |
![]() | Raised after the report finishes rendering each page. |
![]() | Raised before the report renders any output to a new page. |
![]() | Raised after the user closes the query parameters dialog. |
![]() | Raised when the user cancels a print job. |
![]() | Raised for each page while printing the report document. |
![]() | Raised after the report finishes processing all pages. |
![]() | Raised before a report starts processing. |
ActiveReport Class | DataDynamics.ActiveReports Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.