XRDesignMdiController Members
Provides a multi-document interface to the End-User Report Designer.Constructors
| Name | Description |
|---|---|
| XRDesignMdiController() | Initializes a new instance of the XRDesignMdiController class with the default settings. |
| XRDesignMdiController(IContainer) | Initializes a new instance of the XRDesignMdiController class with the specified container. |
Properties
| Name | Description |
|---|---|
| ActiveDesignPanel | Provides access to the currently active Design Panel of the XRDesignMdiController. |
| AllowDefaultSvgImages | Obsolete. Specifies whether to use bitmap or vector icons for the End-User Report Designer. |
| CanRaiseEvents protected | 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. |
| ContainerControl | Specifies the control containing the XRDesignMdiController. |
| Controller | Specifies the Bar and Docking Controllers assigned to the XRDesignMdiController. |
| DataSourceWizardSettings | Provides access to the Data Source Wizard settings. |
| DefaultReportSettings | Provides access to the default report page settings. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| DesignPanelListeners | For internal use. Provides access to the XRDesignPanelListenersCollection class. |
| DesignSettings | Provides access to an object that defines additional settings of an End-User Report Designer for WinForms. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| Form | Specifies the form to associate with the XRDesignMdiController. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| SqlWizardSettings | Provides access to settings of the Data Source Wizard associated with the current XRDesignMdiController. |
| UseDefaultSvgImages | Obsolete. The property is obsolete. |
| XtraTabbedMdiManager | Gets or sets the MDI Manager that provides the multi-document interface for the XRDesignMdiController. |
Methods
| Name | Description |
|---|---|
| AddCommandHandler(ICommandHandler) | Adds the specified command handler to the command handlers list for one or several of the report commands. |
| AddService(Type, ServiceCreatorCallback, Boolean) | Adds the specified service to XRDesignMdiController. |
| AddService(Type, ServiceCreatorCallback) | Adds the specified service to XRDesignMdiController. |
| AddService(Type, Object, Boolean) | Adds the specified service to XRDesignMdiController. |
| AddService(Type, Object) | Adds the specified service to XRDesignMdiController. |
| BeginInit() | |
| CreateNewReport() | Creates a new report, and loads it into a new XRDesignPanel instance. |
| CreateNewReportWizard() | Invokes the Report Wizard. |
| CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
| Dispose() | Releases all resources used by the Component. Inherited from Component. |
| EndInit() | |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetCommandVisibility(ReportCommand) | Gets the visibility state of the specified report command. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
| OpenReport() | Loads the specified report instance to the XRDesignMdiController. |
| OpenReport(XtraReport) | Loads the specified report instance to the XRDesignMdiController. |
| OpenReport(String) | Loads the report definition from the specified REPX file and opens it in the XRDesignMdiController. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| RemoveCommandHandler(ICommandHandler) | Removes the specified command handler for one or several of the report commands. |
| RemoveService(Type, Boolean) | Removes the specified service from XRDesignMdiController. |
| RemoveService(Type) | Removes the specified service from XRDesignMdiController. |
| SetCommandVisibility(ReportCommand, CommandVisibility) | Changes the visibility of the specified report command. |
| SetCommandVisibility(ReportCommand[], CommandVisibility) | Changes the visibility of specified report commands. |
| ToString() | Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
Events
| Name | Description |
|---|---|
| AnyDocumentActivated | Occurs after any of the XRDesignMdiController‘s design panels showing an edited document has been activated during the design session. |
| DesignPanelLoaded | Occurs when the End-User Designer loads a report and loads a new XRDesignPanel for that report. |
| Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
| ValidateCustomSql | Occurs when a custom SQL query is validated. |
See Also