FilePlanReport.Create Method
Creates a file plan report.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function Create ( _
list As SPList _
) As ReportBase
'Usage
Dim list As SPList
Dim returnValue As ReportBase
returnValue = FilePlanReport.Create(list)
public static ReportBase Create(
SPList list
)
Parameters
list
Type: Microsoft.SharePoint.SPListThe SPList object for which the file plan report will be generated.
Return Value
Type: Microsoft.Office.RecordsManagement.Reporting.ReportBase
The ReportBase object representing the report.