Report.Locale property

Gets the locale in which to generate the report.

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

Syntax

'Declaration
Public ReadOnly Property Locale As CultureInfo
    Get
'Usage
Dim instance As Report
Dim value As CultureInfo

value = instance.Locale
public CultureInfo Locale { get; }

Property value

Type: System.Globalization.CultureInfo
The locale identifier (ID) for the report.

See also

Reference

Report class

Report members

Microsoft.Office.RecordsManagement.Reporting namespace