Share via


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