ActiveReports Developer 7
PageReport Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports Namespace : PageReport Class

Glossary Item Box

The following tables list the members exposed by PageReport.

Public Constructors

 NameDescription
Public ConstructorPageReport ConstructorOverloaded. Initializes a new instance of PageReport class.  
Top

Public Properties

 NameDescription
Public PropertyConfigurationProviderGets or sets the IConfigurationProvider associated with this ReportDefinition.  
Public PropertyContainer

Gets the IContainer that contains the Component.

(Inherited from System.ComponentModel.Component)
Public PropertyDocument  
Public PropertyReportReturns the current report object.  
Public PropertyResourceLocatorGets the object responsible for resolving report resources.  
Public PropertySite

Gets or sets the ISite of the Component.

(Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateFromMasterOverloaded. Creates blank report with all of the content placeholders from specified master report.    
Public MethodCreateObjRef

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 MethodDispose

Releases the resources used by the Component.

(Inherited from System.ComponentModel.Component)
Public MethodGetLifetimeService

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

(Inherited from System.MarshalByRefObject)
Public MethodInitializeAllows post-initialization of the  PageReport instance.  
Public MethodInitializeLifetimeService

Obtains a lifetime service object to control the lifetime policy for this instance.

(Inherited from System.MarshalByRefObject)
Public MethodLoadOverloaded. Loads the specified report definition file.  
Public MethodRunRuns the specified report definition file.    
Public MethodSaveOverloaded. Saves the report definition to the specified file.    
Public MethodToRdlStringReturns the RDL of the report definition as a System.String.  
Public MethodToString

Returns a String containing the name of the Component, if any.

(Inherited from System.ComponentModel.Component)
Top

Public Events

 NameDescription
Public EventDisposed

Occurs when the component is disposed by a call to the Dispose method.

(Inherited from System.ComponentModel.Component)
Top

See Also