UniGridExportHelperGetExportedData Method |
Gets the DataSet with the formatted exported data
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax protected override DataSet GetExportedData(
DataSet dataSet,
bool encode = true
)
Parameters
- dataSet
- Type: System.DataDataSet
DataSet to export - encode (Optional)
- Type: SystemBoolean
If true, the values in the DataSet will be encoded
Return Value
Type:
DataSetSee Also