Skip to main content

ReportDesignTool(XtraReport) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportDesignTool(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

See Also