Skip to main content
All docs
V25.2
  • DataSourceRefInfo.IsFederationDataSource Property

    Gets or sets whether the data source is a FederationDataSource class instance.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.XtraReports.v25.2.Web.dll

    NuGet Package: DevExpress.Web.Reporting.Common

    Declaration

    [DataMember(Name = "isFederationDataSource")]
    public bool IsFederationDataSource { get; set; }

    Property Value

    Type Description
    Boolean

    true, if the data source is a FederationDataSource class instance; otherwise, false.

    See Also