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

IReportDesignTool Methods

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