OfficeExportInfo.DownloadFileName Property
The name of the download file without the file extension.
Namespace: Microsoft.PerformancePoint.Scorecards.ServerCommon.Export
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Public ReadOnly Property DownloadFileName As String
Get
'Usage
Dim instance As OfficeExportInfo
Dim value As String
value = instance.DownloadFileName
public string DownloadFileName { get; }
Property Value
Type: System.String
The name of the download file without the file extension.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.ServerCommon.Export Namespace