Report.FileName Property

Specifies the file name of the report.

Namespace:  Microsoft.Office.RecordsManagement.Reporting
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property FileName As String
    Get
'Usage
Dim instance As Report
Dim value As String

value = instance.FileName
public string FileName { get; }

Property Value

Type: System.String

See Also

Reference

Report Class

Report Members

Microsoft.Office.RecordsManagement.Reporting Namespace