다음을 통해 공유


ReportItemCollection 속성

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

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

구문

‘선언
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.