[]
Provides the base implementation for the Report Explorer component in ActiveReports.
public abstract class ReportExplorerInternal : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Name | Description |
---|---|
ContentsVisible | Gets or sets if the ReportExplorer Report Contents Window is visible. |
EnabledNodes | Gets or sets enable state of the nodes. |
Report | For internal use only. |
ReportDesigner | Gets or sets the Designer object to bind to the ReportExplorer Control. |
ReportSettingsVisible | Enables/Disables if Report settings Window is visible. |
ServiceContainer | Provides a container for services. |
ToolbarVisible | |
VisibleNodes | Get or sets the visibility of the nodes. |
Name | Description |
---|---|
BindToModel() | |
Dispose(bool) | Clean up any resources being used. |
ExecuteCommand(CommandID) | |
IsCommandButtonEnabled(CommandID) | |
IsCommandButtonVisible(CommandID) | |
UpdateToolbarCommandsAvailability() |
Name | Description |
---|---|
SelectionChanged | Raised when selection being changed or new model was set. |