Skip to main content

SchedulerReportDesignTool Methods

Enables access to the End-User Designer form which allows a Scheduler report to be edited by end-users.
Name Description
Dispose() Disposes of the ReportDesignTool object. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
ShowDesignerDialog() Invokes the standard End-User Report Designer form modally. This form allows a report to be edited by end-users. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
ShowRibbonDesigner() Invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
ShowRibbonDesignerDialog() Invokes the ribbon-based End-User Report Designer form modally. This form allows a report to be edited by end-users. Inherited from ReportDesignTool.
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. Inherited from ReportDesignTool.
ShowRibbonDesignerDialog(UserLookAndFeel) Invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings. Inherited from ReportDesignTool.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also