Click or drag to resize
UniGridExportHelper Properties

The UniGridExportHelper type exposes the following members.

Properties
  NameDescription
Public propertyAllColumns
Allows to explicitly specify all columns that can be retrieved from UniGrid Comma-separated value e.g. "ItemID, ItemName"
Public propertyAllowExportEmptyDataSource
Determines whether to allow export empty data source or raise an error
(Inherited from DataExportHelper.)
Public propertyAvailableColumns
Gets a list of columns that are available for export.
Public propertyBoundFields
Gets all bound fields from UniGrid.
Public propertyColumns
Allows to explicitly set exported columns.
Public propertyCSVDelimiter
Defines delimiter for CSV format.
(Inherited from DataExportHelper.)
Public propertyCurrentPageOnly
Determines whether to export just current page.
Public propertyDataExportTemplateFolder
Gets a startup path for template lookup.
(Inherited from DataExportHelper.)
Public propertyDataExportTemplatePath
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.)
Public propertyDataSource
Retrieves data from UniGrid control (applying data properties).
(Overrides DataExportHelperDataSource.)
Public propertyExportRawData
Defines whether to export raw table data.
Public propertyFileName
Name of exported file (without extension).
(Overrides DataExportHelperFileName.)
Public propertyFileNameWithExtension
Name of exported file with extension.
(Inherited from DataExportHelper.)
Public propertyGenerateHeader
Indicates whether to generate also a header row.
(Inherited from DataExportHelper.)
Public propertyMacroResolver
Gets or sets macro resolver.
(Overrides DataExportHelperMacroResolver.)
Protected propertyObjectType
Gets original object type from type info of info object used by UniGrid.
Public propertyOrderBy
Order by clause.
Public propertyRecords
Number of exported records (in case CurrentPageOnly is false).
Protected propertySafeObjectType
Safe version of object type
Public propertySiteName
Site name used for export template lookup.
Public propertyTopN
Top N rows to export.
(Inherited from DataExportHelper.)
Public propertyUniGrid
Holds an instance of UniGrid control.
Public propertyUseGridFilter
Whether to use current UniGrid's where condition.
Public propertyUseSharedStringStorage
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.)
Public propertyUseTemplate
Indicates whether to use XLSX template.
(Inherited from DataExportHelper.)
Public propertyWhereCondition
Additional where condition.
Top
See Also