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

PredefinedReportsUpdater.AddPredefinedReport(IReportDataV2) Method

Adds the specified predefined report to the PredefinedReportsUpdater instance.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public void AddPredefinedReport(
    IReportDataV2 reportData
)

Parameters

Name Type Description
reportData IReportDataV2

An IReportDataV2 object that specifies the report data.

See Also