GrapeCity.ActiveReports.v9 Assembly > GrapeCity.ActiveReports Namespace : SectionReport Class |
For a list of all members of this type, see SectionReport members.
Name | Description | |
---|---|---|
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. | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Releases the report instance from memory. | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InchToCm | Converts value from inches to centimeters. | |
LoadLayout | Overloaded. Retrieves a report XML layout (RPX) from a file, stream or resource. | |
LoadStyles | Overloaded. Loads an external stylesheet to use with the report. | |
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. | |
SaveStyles | Overloaded. Saves a reports styles to an external stylesheet. | |
SetLicense | ||
Stop | Stops processing the report. |