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

    Specifies the options for AI-powered report generation on the current Report Wizard page.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting.Wizard.Views

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    public AIDataSourceOption DataSourceOption { get; set; }

    Property Value

    Type Description
    AIDataSourceOption

    An AIDataSourceOption enumeration value that specifies options for AI-powered report generation.

    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.

    Implements

    See Also