Skip to main content
All docs
V25.1
  • TestDataSourceRequest(String, Int32) Constructor

    Initializes a new instance of the TestDataSourceRequest class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public TestDataSourceRequest(
        string json,
        int rowCount
    )

    Parameters

    Name Type Description
    json String
    rowCount Int32

    The number of data rows.

    See Also