Share via


PageSection.ReportItemCollection 속성

Returns a collection of report items contained in this page section.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
‘사용 방법
Dim instance As PageSection 
Dim value As ReportItemCollection 

value = instance.ReportItemCollection
public ReportItemCollection ReportItemCollection { get; }
public:
property ReportItemCollection^ ReportItemCollection {
    ReportItemCollection^ get ();
}
member ReportItemCollection : ReportItemCollection
function get ReportItemCollection () : ReportItemCollection

속성 값

유형: Microsoft.ReportingServices.ReportRendering.ReportItemCollection
A ReportItemCollection object containing all of the report items in this section of the report.

참고 항목

참조

PageSection 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스