ReportBase.ReportName Property
Gets the file name of the report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property ReportName As String
Get
Friend Set
'Usage
Dim instance As ReportBase
Dim value As String
value = instance.ReportName
public string ReportName { get; internal set; }
Property Value
Type: System.String
Remarks
The setter is for internal use only.