featurePropertiesexcel_ExcelExportLimit 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 excel_ExcelExportLimit { get; }
ReadOnly Property excel_ExcelExportLimit As Integer
Get
Property Value
Type:
Int32The 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