Back to Devexpress

XRDesignMdiController Members

xtrareports-devexpress-dot-xtrareports-dot-userdesigner-dot-xrdesignmdicontroller-dot-underscore-members.md

latest16.0 KB
Original Source

XRDesignMdiController Members

Provides a multi-document interface to the End-User Report Designer.

Constructors

NameDescription
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

NameDescription
ActiveDesignPanelProvides access to the currently active Design Panel of the XRDesignMdiController.
AllowDefaultSvgImagesObsolete. Specifies whether to use bitmap or vector icons for the End-User Report Designer.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
ContainerGets the IContainer that contains the Component. Inherited from Component.
ContainerControlSpecifies the control containing the XRDesignMdiController.
ControllerSpecifies the Bar and Docking Controllers assigned to the XRDesignMdiController.
DataSourceWizardSettingsProvides access to the Data Source Wizard settings.
DefaultReportSettingsProvides access to the default report settings.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DesignPanelListenersFor internal use. Provides access to the XRDesignPanelListenersCollection class.
DesignSettingsProvides access to an object that defines additional settings of an End-User Report Designer for WinForms.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FormSpecifies the form to associate with the XRDesignMdiController.
SiteGets or sets the ISite of the Component. Inherited from Component.
SqlWizardSettingsProvides access to settings of the Data Source Wizard associated with the current XRDesignMdiController.
UseDefaultSvgImagesObsolete. The property is obsolete.
XtraTabbedMdiManagerGets or sets the MDI Manager that provides the multi-document interface for the XRDesignMdiController.

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
MemberwiseClone(Boolean) protectedCreates 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) staticDetermines 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

NameDescription
AnyDocumentActivatedOccurs after any of the XRDesignMdiController‘s design panels showing an edited document has been activated during the design session.
DesignPanelLoadedOccurs when the End-User Designer loads a report and loads a new XRDesignPanel for that report.
DisposedOccurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ValidateCustomSqlOccurs when a custom SQL query is validated.

See Also

XRDesignMdiController Class

DevExpress.XtraReports.UserDesigner Namespace