Skip to main content
All docs
V25.2
  • ReportTestDataSourceBehavior.TestDataSourceCommand Property

    A command that generates AI-powered test data to preview reports in the WPF Report Designer.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

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

    NuGet Package: DevExpress.AIIntegration.Wpf.Reporting

    Declaration

    public ICommand TestDataSourceCommand { get; }

    Property Value

    Type Description
    ICommand

    The command.

    Remarks

    See the following help topic for more information: Preview Reports with AI-generated Test Data (WPF Report Designer).

    See Also