Represents a control that can create and edit MindFusion.Reporting reports.
The following tables list the members exposed by the ReportEditor type.
Name | Description | |
---|---|---|
Initializes a new instance of the ReportEditor class. |
Name | Description | |
---|---|---|
Gets or sets the active tab page in the editor. |
||
Gets a value indicating whether the report designer area inside the editor is focused. |
||
Gets a value indicating whether the report is modified. |
||
Gets a Report instance representing the edited report. |
||
Gets or sets a value indicating whether the Preview tab page is visible. |
||
Gets or sets a value indicating whether the Properties window is visible. |
||
Gets or sets a value indicating whether to dispay the context menu of the properties window. |
||
Gets or sets a value indicating whether the Toolbox window is visible. |
Name | Description | |
---|---|---|
Overloaded. Adds an external data source to the editor. |
||
Closes the currently edited report, if any. |
||
Gets the service of the specified type, if it is available. |
||
Invokes the command with the specified identifier. |
||
Creates a blank report inside the editor. The currently edited report is discarded. |
||
Opens the report from the file with the specified name for editing. |
||
Redoes the last undone action. |
||
Establishes an association with the specified command. |
||
Removes the specified data source from the editor. |
||
Resumes automatic updates on the report preview. |
||
Runs the underlying report if it is necessary. |
||
Saves the currently edited report to a file with the specified name. |
||
Suspends automatic updates on the report preview. |
||
Undoes the last action. |
||
Removes a previously associated listener with the specified command. |
||
Updates the preview by running the report. |
Name | Description | |
---|---|---|
Clean up any resources being used. |
||
Raises the PreviewUpdated event. |
||
Raises the PreviewUpdating event. |
||
Raises the ReportDirtyChanged event. |
||
ContainerControl.ProcessCmdKey override. |
Name | Description | |
---|---|---|
Raised after the preview window has been updated. |
||
Raised when the preview window is about to be updated. |
||
Raised when the 'dirty' state of the report changes. |