UniGridExportHelper Methods |
The UniGridExportHelper type exposes the following members.
Name | Description | |
---|---|---|
ExportData(DataExportFormatEnum, Stream) |
Exports data stored in DataSource property, writes it to given stream.
(Inherited from DataExportHelper.) | |
ExportData(DataExportFormatEnum, HttpResponse) |
Exports data stored in DataSource property, writes it to given response.
(Inherited from DataExportHelper.) | |
ExportToCSV(DataSet, Int32, Stream) |
Exports first table of given DataSet to CSV format.
(Inherited from DataExportHelper.) | |
ExportToCSV(DataSet, Int32, Stream, Boolean) |
Exports specified table of given DataSet to CSV format.
(Inherited from DataExportHelper.) | |
GetColumnCaptionText |
Gets a caption for given column name.
(Overrides DataExportHelperGetColumnCaptionText(Int32, String).) | |
GetColumnIndex |
Gets index of a column corresponding to columns actually selected to export.
(Overrides DataExportHelperGetColumnIndex(String, String).) | |
GetColumnIndexInternal |
Gets index of a column corresponding to columns actually selected to export.
| |
GetColumnNameByIndex |
Gets column name by given index from table specified by name.
| |
GetExportedColumns |
Gets columns that should be exported.
(Overrides DataExportHelperGetExportedColumns(String).) | |
GetExportedData |
Gets the DataSet with the formatted exported data
(Overrides DataExportHelperGetExportedData(DataSet, Boolean).) | |
GetExportedValue |
Gets the exported value for the given
(Overrides DataExportHelperGetExportedValue(DataRowView, String, DataRow).) | |
GetXMLElementName |
Normalizes header text to be usable as element name.
(Inherited from DataExportHelper.) | |
RaiseError |
Raises error event.
(Inherited from DataExportHelper.) | |
UniGridExportHelper_ExternalDataBound |
Performs external data binding on the data
|