XRDesignMdiController Methods
Provides a multi-document interface to the End-User Report Designer.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. |
See Also