IReportDesignTool.ShowDesigner Method
Name | Parameters | Description |
---|---|---|
ShowDesigner() | none | 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) | lookAndFeel, hiddenPanels | 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) | lookAndFeel | 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. |