Skip to main content
All docs
V25.2
  • AIDataBoundEnterReportPromptPage.DataSource Property

    Specifies the actual data source.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf.Reporting

    Declaration

    public virtual object DataSource { get; set; }

    Property Value

    Type Description
    Object

    An object that specifies the data source.

    See Also