Skip to main content
A newer version of this page is available. .

ReportDesignTool Methods

An instrument for editing reports in WinForms applications.
Name Description
Dispose() Disposes of the ReportDesignTool object.
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() Invokes the standard End-User Report Designer form which allows a report to be edited by end-users.
ShowDesigner(UserLookAndFeel, DesignDockPanelType) Invokes the standard End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.
ShowDesigner(UserLookAndFeel) Invokes the standard End-User Report Designer form which allows a report to be edited by end-users using the specified look and feel settings.
ShowDesignerDialog() Invokes the standard End-User Report Designer form modally. This form allows a report to be edited by end-users.
ShowDesignerDialog(UserLookAndFeel, DesignDockPanelType) Invokes the standard End-User Report Designer form modally using the specified look and feel settings and with the specified design panels hidden.
ShowDesignerDialog(UserLookAndFeel) Invokes the standard End-User Report Designer form which is shown modally and allows a report to be edited by end-users using the specified look and feel settings.
ShowRibbonDesigner() Invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users.
ShowRibbonDesigner(UserLookAndFeel, DesignDockPanelType) Invokes the ribbon-based End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.
ShowRibbonDesigner(UserLookAndFeel) Invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users using the specified look and feel settings.
ShowRibbonDesignerDialog() Invokes the ribbon-based End-User Report Designer form modally. This form allows a report to be edited by end-users.
ShowRibbonDesignerDialog(UserLookAndFeel, DesignDockPanelType) Invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings, and with the specified design panels hidden.
ShowRibbonDesignerDialog(UserLookAndFeel) Invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also