Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Function ReportExists ( _
name As String, _
category As String, _
subcategory As String, _
locale As CultureInfo _
) As Boolean
'Usage
Dim instance As ReportingGallery
Dim name As String
Dim category As String
Dim subcategory As String
Dim locale As CultureInfo
Dim returnValue As Boolean
returnValue = instance.ReportExists(name, _
category, subcategory, locale)
public bool ReportExists(
string name,
string category,
string subcategory,
CultureInfo locale
)
Parameters
- name
Type: System.String
- category
Type: System.String
- subcategory
Type: System.String
- locale
Type: System.Globalization.CultureInfo
Return Value
Type: System.Boolean