다음을 통해 공유


Rectangle.ReportItemCollection 속성

Gets a collection of the report items contained within the rectangle.

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

구문

‘선언
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
‘사용 방법
Dim instance As Rectangle 
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 that contains all items enclosed within the rectangle.

참고 항목

참조

Rectangle 클래스

Microsoft.ReportingServices.ReportRendering 네임스페이스