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

SchedulerReportDesignTool(XtraSchedulerReport) Constructor

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

Namespace: DevExpress.XtraScheduler.Reporting.UI

Assembly: DevExpress.XtraScheduler.v19.1.Reporting.Extensions.dll

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