[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Gets a collection of resources used by the report. Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ManagementPackReport
Dim value As IList(Of ManagementPackElementReference(Of ManagementPackReportResource))

value = instance.ReportResourceCollection

Syntax

Visual Basic
Public ReadOnly Property ReportResourceCollection As IList(Of ManagementPackElementReference(Of ManagementPackReportResource))
C#
public IList<ManagementPackElementReference<ManagementPackReportResource>> ReportResourceCollection { get; }
C++
public:
property IList<ManagementPackElementReference<ManagementPackReportResource^>^>^ ReportResourceCollection {
		IList<ManagementPackElementReference<ManagementPackReportResource^>^>^ get ();
}
J#
/** @property */
public IList<ManagementPackElementReference<ManagementPackReportResource>> get_ReportResourceCollection ()
JScript
public function get ReportResourceCollection () : IList<ManagementPackElementReference<ManagementPackReportResource>>

Property Value

A list of ManagementPackElementReference references to ManagementPackReportResource objects. A collection of resources used by the report.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also