'DeclarationPublic Property RecordLimit As Nullable(Of Integer)
public Nullable<int> RecordLimit {get; set;}
public: property Nullable<int> RecordLimit { Nullable<int> get(); void set ( Nullable<int> value); }
A record limit that might be set (e.g. 1 when opening the Designer, 5 when drawing a crosstab preview etc.). If you modify the query, you could use this to optimize performance.
'DeclarationPublic Property RecordLimit As Nullable(Of Integer)
public Nullable<int> RecordLimit {get; set;}
public: property Nullable<int> RecordLimit { Nullable<int> get(); void set ( Nullable<int> value); }
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