Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public int RowCount { get; set; }

    Property Value

    Type Description
    Int32

    The number of data rows.

    See Also