ReportingGallery Constructor
This member is reserved for internal use and is not intended to be used directly from your code. Initializes a ReportingGallery object.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub New ( _
site As SPSite _
)
'Usage
Dim site As SPSite
Dim instance As New ReportingGallery(site)
public ReportingGallery(
SPSite site
)
Parameters
site
Type: Microsoft.SharePoint.SPSiteThe SharePoint site for which to retrieve the available report templates.