The ReportGenerator type exposes the following members.

Properties

  NameDescription
About
Gets the copyright string.
(Inherited from ReportBase.)
CanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Container
Gets the IContainer that contains the Component.
(Inherited from Component.)
DataSources
Gets and sets a collection of data sources for the ReportGenerator.
DesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Document
Gets or sets the document handled by the report component.
(Inherited from ReportBase.)
Events
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
ExceptionMode
Gets and sets exception handling mode for rendering.
IsPrepared
Gets whether the final document is already prepared.
(Overrides ReportBase..::.IsPrepared.)
ModalProgressForm
Gets or sets dialog progress mode.
OwnerForm
Gets or sets owner form for the rendering progress dialog.
Site
Gets or sets the ISite of the Component.
(Inherited from Component.)
Template
Gets and sets the Template for the ReportGenerator.

See Also