Skip to main content

SchedulerReportDesignTool(XtraSchedulerReport) Constructor

Initializes a new instance of the SchedulerReportDesignTool class for the specified report.

Namespace: DevExpress.XtraScheduler.Reporting.UI

Assembly: DevExpress.XtraScheduler.v23.2.Reporting.Extensions.dll

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public SchedulerReportDesignTool(
    XtraSchedulerReport report
)

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