XtraReportDesignerExtensions Members
Provides extension methods that enable you to load a report in an End-User WinForms Report Designer.Methods
Name | Description |
---|---|
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. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ShowDesigner(XtraReport, UserLookAndFeel, DesignDockPanelType) static | Invokes the standard End-User Report Designer form with the specified look and feel settings as well as design panel visibility settings. |
ShowDesigner(XtraReport, UserLookAndFeel) static | Invokes the standard End-User Report Designer form with the specified look and feel settings to allow end-users to edit the report. |
ShowDesigner(XtraReport) static | Invokes the standard End-User Report Designer form which allows end-users to edit the report. |
ShowDesignerDialog(XtraReport, UserLookAndFeel, DesignDockPanelType) static | Invokes the standard End-User Report Designer form modally with the specified look and feel settings and design panel visibility settings. |
ShowDesignerDialog(XtraReport, UserLookAndFeel) static | Invokes the standard End-User Report Designer form modally with the specified look and feel settings to allow end-users to edit the report. |
ShowDesignerDialog(XtraReport) static | Invokes the standard End-User Report Designer form modally to allow end-users to edit the report. |
ShowRibbonDesigner(XtraReport, UserLookAndFeel, DesignDockPanelType) static | Invokes the ribbon-based End-User Report Designer form with the specified look and feel settings and design panel visibility settings. |
ShowRibbonDesigner(XtraReport, UserLookAndFeel) static | Invokes the ribbon-based End-User Report Designer form with the specified look and feel settings to allow end-users to edit the report. |
ShowRibbonDesigner(XtraReport) static | Invokes the ribbon-based End-User Report Designer form which allows end-users to edit the report. |
ShowRibbonDesignerDialog(XtraReport, UserLookAndFeel, DesignDockPanelType) static | Invokes the ribbon-based End-User Report Designer form modally with the specified look and feel settings and design panel visibility settings. |
ShowRibbonDesignerDialog(XtraReport, UserLookAndFeel) static | Invokes the ribbon-based End-User Report Designer form modally with the specified look and feel settings to allow end-users to edit the report. |
ShowRibbonDesignerDialog(XtraReport) static | Invokes the ribbon-based End-User Report Designer form modally to allow end-users to edit the report. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also