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)
Available in Sandboxed Solutions: No

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.

See Also

Reference

SPHealthReportStore Class

SPHealthReportStore Members

Microsoft.SharePoint.Administration Namespace