UniGridExportHelper Properties |
The UniGridExportHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllColumns |
Allows to explicitly specify all columns that can be retrieved from UniGrid
Comma-separated value e.g. "ItemID, ItemName"
|
![]() | AllowExportEmptyDataSource |
Determines whether to allow export empty data source or raise an error
(Inherited from DataExportHelper.) |
![]() | AvailableColumns |
Gets a list of columns that are available for export.
|
![]() | BoundFields |
Gets all bound fields from UniGrid.
|
![]() | Columns |
Allows to explicitly set exported columns.
|
![]() | CSVDelimiter |
Defines delimiter for CSV format.
(Inherited from DataExportHelper.) |
![]() | CurrentPageOnly |
Determines whether to export just current page.
|
![]() | DataExportTemplateFolder |
Gets a startup path for template lookup.
(Inherited from DataExportHelper.) |
![]() | DataExportTemplatePath |
Gets or sets a relative path leading to template.
Priorities of lookup (get) are:
1. DataExportTemplatePath/SiteName/ObjectType/Template.xlsx
2. DataExportTemplatePath/ObjectType/Template.xlsx
3. DataExportTemplatePath/SiteName/Template.xlsx
4. DataExportTemplatePath/Template.xlsx
(Overrides DataExportHelperDataExportTemplatePath.) |
![]() | DataSource |
Retrieves data from UniGrid control (applying data properties).
(Overrides DataExportHelperDataSource.) |
![]() | ExportRawData |
Defines whether to export raw table data.
|
![]() | FileName |
Name of exported file (without extension).
(Overrides DataExportHelperFileName.) |
![]() | FileNameWithExtension |
Name of exported file with extension.
(Inherited from DataExportHelper.) |
![]() | GenerateHeader |
Indicates whether to generate also a header row.
(Inherited from DataExportHelper.) |
![]() | MacroResolver |
Gets or sets macro resolver.
(Overrides DataExportHelperMacroResolver.) |
![]() | ObjectType |
Gets original object type from type info of info object used by UniGrid.
|
![]() | OrderBy |
Order by clause.
|
![]() | Records |
Number of exported records (in case CurrentPageOnly is false).
|
![]() | SafeObjectType |
Safe version of object type
|
![]() | SiteName |
Site name used for export template lookup.
|
![]() | TopN |
Top N rows to export.
(Inherited from DataExportHelper.) |
![]() | UniGrid |
Holds an instance of UniGrid control.
|
![]() | UseGridFilter |
Whether to use current UniGrid's where condition.
|
![]() | UseSharedStringStorage |
Defines whether to use shared string table for storing text values.
When value is false text is being stored as inline string.
Applies only to Excel export.
(Inherited from DataExportHelper.) |
![]() | UseTemplate |
Indicates whether to use XLSX template.
(Inherited from DataExportHelper.) |
![]() | WhereCondition |
Additional where condition.
|