Search
ReportEditor Methods
 


 Public Methods

  Name Description

AddDataSource

Overloaded. Adds an external data source to the editor.

CloseReport

Closes the currently edited report, if any.

GetService

Gets the service of the specified type, if it is available.

InvokeCommand

Invokes the command with the specified identifier.

NewReport

Creates a blank report inside the editor. The currently edited report is discarded.

OpenReport

Opens the report from the file with the specified name for editing.

Redo

Redoes the last undone action.

RegisterCommandListener

Establishes an association with the specified command.

RemoveDataSource

Removes the specified data source from the editor.

ResumePreviewUpdate

Resumes automatic updates on the report preview.

RunReport

Runs the underlying report if it is necessary.

SaveReport

Saves the currently edited report to a file with the specified name.

SuspendPreviewUpdate

Suspends automatic updates on the report preview.

Undo

Undoes the last action.

UnregisterCommandListener

Removes a previously associated listener with the specified command.

UpdatePreview

Updates the preview by running the report.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnPreviewUpdated

Raises the PreviewUpdated event.

OnPreviewUpdating

Raises the PreviewUpdating event.

OnReportDirtyChanged

Raises the ReportDirtyChanged event.

ProcessCmdKey

ContainerControl.ProcessCmdKey override.

 See Also