ActiveReports 13
SectionReport Class Methods

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports Namespace : SectionReport Class

For a list of all members of this type, see SectionReport members.

Public Methods
 NameDescription
Public MethodAdds 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.  
Public MethodAdds a license key to the report so licensed controls can be added to sections at run time by using the Controls.Add method.  
Public MethodAdds 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.  
Public MethodAdds a reference to the specified assembly to be loaded into the scripting run-time context.  
Public MethodCancels the report's processing. Any rendered pages will be cleared from the report's Document object.  
Public Methodstatic (Shared in Visual Basic)Converts value from centimeters to inches.  
Public Method

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)
Public MethodReleases the report instance from memory.  
Public Method

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)Converts value from inches to centimeters.  
Public MethodOverloaded. Retrieves a report XML layout (RPX) from a file, stream or resource.  
Public MethodOverloaded. Loads an external stylesheet to use with the report.  
Public MethodClears 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.  
Public MethodResets the watermark to its default value.  
Public MethodResets the report data source and clears the pages collection.  
Public MethodOverloaded. Starts the report processing.  
Public MethodOverloaded. Saves a report's XML layout to a stream or file.  
Public MethodOverloaded. Saves a reports styles to an external stylesheet.  
Public MethodStops processing the report.  
Top
See Also

Reference

SectionReport Class
GrapeCity.ActiveReports Namespace