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 (25.2.0.1000)
Syntaxpublic enum ExportFileNamePlacement
Public Enumeration ExportFileNamePlacement
public enum class ExportFileNamePlacement
type ExportFileNamePlacement
Members
| Member name | Value | Description |
---|
| Append | 0 |
The value is included at the end of the file name.
|
| Prepend | 1 |
The value is included at the beginning of the file name.
|
See Also