Skip to main content
All docs
V25.1
  • TestDataSourceRequest.RowCount Property

    Specifies the number of data rows in the generated test data source.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

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

    NuGet Package: DevExpress.AIIntegration.Reporting.Common

    Declaration

    public int RowCount { get; set; }

    Property Value

    Type Description
    Int32

    The number of data rows.

    See Also