This document is archived and information here might be outdated. Recommended version. |
Default maximum table size.
[Visual Basic .NET]
Public Property MaxTableSize As Integer
[C#]
public int MaxTableSize {get; set;}
[C++]
HRESULT get_MaxTableSize(
long pMaxTableSize
);
[C++]
HRESULT put_MaxTableSize(
System.Int32* pMaxTableSize
);
[C++] Parameters pMaxTableSize [in]
pMaxTableSize is a parameter of type long pMaxTableSize [out, retval]
pMaxTableSize is a parameter of type long*
If a dataset has more entries in its table then the MaxTableSize property, it will be displayed by default using the stretched renderer. A dataset with fewer unique values than this threshold will display using the unique value renderer. This value is 25 by default.