Skip to main content
A newer version of this page is available. .

XlDocumentOptions.Application Property

Specifies a string to be added as the Program name property of the resulting XLS file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string Application { get; set; }

Property Value

Type Default Description
String String.Empty

A string value that specifies the document application name.

Property Paths

You can access this nested property as listed below:

Show 13 property paths
Library Object Type Path to Application
Cross-Platform Class Library PivotXlsExportOptionsBase
.DocumentOptions.Application
PivotXlsxExportOptionsBase
.DocumentOptions.Application
XlExportOptionsBase
.DocumentOptions.Application
XlsExportOptions
.DocumentOptions.Application
XlsExportOptionsEx
.DocumentOptions.Application
XlsxExportOptions
.DocumentOptions.Application
XlsxExportOptionsEx
.DocumentOptions.Application
WinForms Controls PivotXlsExportOptions
.DocumentOptions.Application
PivotXlsxExportOptions
.DocumentOptions.Application
WPF Controls PivotGridXlsExportOptions
.DocumentOptions.Application
PivotGridXlsxExportOptions
.DocumentOptions.Application
ASP.NET Controls and MVC Extensions PivotXlsExportOptions
.DocumentOptions.Application
PivotXlsxExportOptions
.DocumentOptions.Application
See Also