Skip to main content
All docs
V26.1
  • AIDataBoundEnterReportPromptPage.DataSource Property

    Specifies the actual data source.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v26.1.dll

    Declaration

    public virtual object DataSource { get; set; }

    Property Value

    Type Description
    Object

    An object that specifies the data source.

    See Also