Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IReportDesignTool Methods
Show Inherited Hide Inherited

Provides methods for showing both the standard and ribbon-based End-User Report Designer forms.
Name Description
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
ShowDesigner() When implemented by a class, invokes the standard End-User Report Designer form which allows a report to be edited by end-users.
ShowDesigner(UserLookAndFeel, DesignDockPanelType) When implemented by a class, invokes the standard End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.
ShowDesigner(UserLookAndFeel) When implemented by a class, 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() When implemented by a class, invokes the standard End-User Report Designer form modally. This form allows a report to be edited by end-users.
ShowDesignerDialog(UserLookAndFeel, DesignDockPanelType) When implemented by a class, 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) When implemented by a class, 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() When implemented by a class, invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users.
ShowRibbonDesigner(UserLookAndFeel, DesignDockPanelType) When implemented by a class, 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) When implemented by a class, 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() When implemented by a class, invokes the ribbon-based End-User Report Designer form modally. This form allows a report to be edited by end-users.
ShowRibbonDesignerDialog(UserLookAndFeel, DesignDockPanelType) When implemented by a class, 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) When implemented by a class, invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings.
See Also