 | IExportSettingsMaxFieldSize Property |
Maximum number of characters to retrieve from fields. This includes connected fields.
The default is ~500.000, skabout five times the Commence default.
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxint MaxFieldSize { get; set; }Property MaxFieldSize As Integer
Get
Set
Property Value
Type:
Int32
RemarksSeverely impacts memory usage. When set to >2^20,
NumRows may be overridden to prevent your system from exploding.
See Also