Skip to main content
All docs
V25.1
  • AIParameters.DataSourceOption Property

    Specifies the data source option for the Select a Data Source Option page.

    Namespace: DevExpress.AIIntegration.Reporting.Wizard

    Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public AIDataSourceOption DataSourceOption { get; set; }

    Property Value

    Type Description
    AIDataSourceOption

    An enumeration value that defines a data source option.

    Remarks

    The AI-powered report generation works with two data source options:

    Choose data source option page

    • No Data Source Creates a complete report structure based only on the user’s natural language description.

    • Add Data Source

      Allows users to create a report data source in the first step, displays the data source structure in the Report Wizard interface, and automatically includes this metadata in the LLM prompt. Users can reference available data source fields when they describe data-bound report elements.

    See Also