Open this page in the API Guide

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)
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.
See Also