Rectangle.ReportItems 속성

정의

사각형의 경계에 포함된 보고서 항목의 컬렉션을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ ReportItems { System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::ReportingServices::RdlObjectModel::ReportItem ^> ^ value); };
[System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportItem>))]
public System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportItem> ReportItems { get; set; }
[<System.Xml.Serialization.XmlElement(typeof(Microsoft.ReportingServices.RdlObjectModel.RdlCollection`1<Microsoft.ReportingServices.RdlObjectModel.ReportItem>))>]
member this.ReportItems : System.Collections.Generic.IList<Microsoft.ReportingServices.RdlObjectModel.ReportItem> with get, set
Public Property ReportItems As IList(Of ReportItem)

속성 값

보고서 항목의 컬렉션입니다.

특성

적용 대상