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

ReportDesignTool(XtraReport) Constructor

Initializes a new instance of the ReportDesignTool class with the specified report.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportDesignTool(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

See Also