Свойство 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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel