Skip to main content
All docs
V25.2
  • ReportTestDataSourceBehavior.Create(Type, Nullable<Int32>, Nullable<Single>) Method

    For internal use.

    Namespace: DevExpress.AIIntegration.WinForms.Reporting

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Reporting

    Declaration

    [Browsable(false)]
    public static ReportTestDataSourceBehavior Create(
        Type behaviorSourceType,
        int? rowCount,
        float? temperature
    )

    Parameters

    Name Type
    behaviorSourceType Type
    rowCount Nullable<Int32>
    temperature Nullable<Single>

    Returns

    Type
    ReportTestDataSourceBehavior
    See Also