Skip to main content
All docs
V25.1
  • SelectCrossTabDataMemberPageView.Initialize(IEnumerable<MasterDetailFieldModel>) Method

    Namespace: DevExpress.XtraReports.Wizards.Views

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

    NuGet Package: DevExpress.Win.Reporting

    Declaration

    public void Initialize(
        IEnumerable<MasterDetailFieldModel> dataModel
    )

    Parameters

    Name Type
    dataModel IEnumerable<MasterDetailFieldModel>
    See Also