Skip to main content
All docs
V25.1
  • .NET 8.0+

    IReportDataSourceHelper.GetMasterReportDataSource(XtraReport) Method

    Returns the data source of the specified report.

    Namespace: DevExpress.ExpressApp.ReportsV2

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.dll

    Declaration

    object GetMasterReportDataSource(
        XtraReport report
    )

    Parameters

    Name Type Description
    report XtraReport

    An XtraReport object.

    Returns

    Type Description
    Object

    The data source object that provides data for a master report.

    See Also