ExportFileNamePlacement Enumeration

Represents the available options where a value can be included in a file name.

Namespace:  Dundas.BI.Export
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
public enum ExportFileNamePlacement
Members
  Member nameValueDescription
Append0 The value is included at the end of the file name.
Prepend1 The value is included at the beginning of the file name.
Custom2 The value is included in a custom position in the file name defined by the placeholder.
See Also