SPHealthReportStore.AllReports property
Return a list of all report creation data sorted by their names.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AllReports As ReadOnlyCollection(Of SPHealthReportCreationData)
Get
'Usage
Dim instance As SPHealthReportStore
Dim value As ReadOnlyCollection(Of SPHealthReportCreationData)
value = instance.AllReports
public ReadOnlyCollection<SPHealthReportCreationData> AllReports { get; }
Property value
Type: System.Collections.ObjectModel.ReadOnlyCollection<SPHealthReportCreationData>
A list of reports.