List & Label .NET
combit.Reporting.DataProviders Namespace / DbCommandSetDataProvider Class / SupportGetCount Property


In This Topic
    SupportGetCount Property
    In This Topic
    Gets or sets if the provider should support the Count Property and thus be able to display a progress bar at print time (default: true). Set it to false if performance and minimal server load has absolute priority for your application.
    Syntax
    'Declaration
     
    
    Public Property SupportGetCount As Boolean
    public bool SupportGetCount {get; set;}
    public:
    property bool SupportGetCount {
       bool get();
       void set (    bool value);
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also