SchedulerReportDesignTool(XtraSchedulerReport) Constructor
Initializes a new instance of the SchedulerReportDesignTool class for the specified report.
Namespace: DevExpress.XtraScheduler.Reporting.UI
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.Extensions.dll
NuGet Package: DevExpress.Win.SchedulerExtensions
Declaration
Parameters
Name | Type | Description |
---|---|---|
report | XtraSchedulerReport | A XtraSchedulerReport instance representing the report for which the End-User Designer should be invoked. |
Remarks
Create an instance of the SchedulerReportDesignTool class, to get access to methods used to invoke the End-user Designer for the Scheduler report.
See Also