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

ReportsStorage.GetReportDataV2(String, IObjectSpace) Method

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

[Browsable(false)]
public IReportDataV2 GetReportDataV2(
    string url,
    IObjectSpace objectSpace
)

Parameters

Name Type
url String
objectSpace IObjectSpace

Returns

Type
IReportDataV2
See Also