combit List & Label 29 - .NET Help
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 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also