Click or drag to resize
UniGridExportHelper Methods

The UniGridExportHelper type exposes the following members.

Methods
  NameDescription
Public methodExportData(DataExportFormatEnum, Stream)
Exports data stored in DataSource property, writes it to given stream.
(Inherited from DataExportHelper.)
Public methodExportData(DataExportFormatEnum, HttpResponse)
Exports data stored in DataSource property, writes it to given response.
(Inherited from DataExportHelper.)
Public methodExportToCSV(DataSet, Int32, Stream)
Exports specified table of given DataSet to CSV format.
(Inherited from DataExportHelper.)
Public methodExportToCSV(DataSet, Int32, Stream, Boolean)
Exports specified table of given DataSet to CSV format.
(Inherited from DataExportHelper.)
Protected methodGetColumnCaptionText
Gets a caption for given column name.
(Overrides DataExportHelperGetColumnCaptionText(Int32, String).)
Protected methodGetColumnIndex
Gets index of a column corresponding to columns actually selected to export.
(Overrides DataExportHelperGetColumnIndex(String, String).)
Protected methodGetColumnIndexInternal
Gets index of a column corresponding to columns actually selected to export.
Protected methodGetColumnNameByIndex
Gets column name by given index from table specified by name.
Protected methodGetExportedColumns
Gets columns that should be exported.
(Overrides DataExportHelperGetExportedColumns(String).)
Protected methodGetExportedData
Gets the DataSet with the formatted exported data
(Overrides DataExportHelperGetExportedData(DataSet, Boolean).)
Protected methodGetExportedValue
Gets the exported value for the given
(Overrides DataExportHelperGetExportedValue(DataRowView, String, DataRow).)
Protected methodGetXMLElementName
Normalizes header text to be usable as element name.
(Inherited from DataExportHelper.)
Protected methodRaiseError
Raises error event.
(Inherited from DataExportHelper.)
Protected methodUniGridExportHelper_ExternalDataBound
Performs external data binding on the data
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
See Also