다음을 통해 공유


Rectangle.ReportItems 속성

Gets or sets a collection of report items contained within the bounds of the rectangle.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ReportItems As IList(Of ReportItem)
    Get 
    Set
‘사용 방법
Dim instance As Rectangle 
Dim value As IList(Of ReportItem)

value = instance.ReportItems

instance.ReportItems = value
public IList<ReportItem> ReportItems { get; set; }
public:
property IList<ReportItem^>^ ReportItems {
    IList<ReportItem^>^ get ();
    void set (IList<ReportItem^>^ value);
}
member ReportItems : IList<ReportItem> with get, set
function get ReportItems () : IList<ReportItem>
function set ReportItems (value : IList<ReportItem>)

속성 값

유형: System.Collections.Generic.IList<ReportItem>
A collection of report items.

참고 항목

참조

Rectangle 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스