Click or drag to resize

featurePropertiesdataexport_ExportLimit Property

The maximum number of records that may be exported to Excel from a datasheet (0 means unlimited). This setting may overridden by the property of the same name on each mapper's ExcelExport extension instance.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int dataexport_ExportLimit { get; }

Property Value

Type: Int32
The maximum number of records that may be exported to Excel from a datasheet (0 means unlimited). This setting may overridden by the property of the same name on each mapper's ExcelExport extension instance.
See Also