Właściwość Rectangle.ReportItemCollection
Pobiera kolekcja elementów raportu zawarte wewnątrz prostokąt.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property ReportItemCollection As ReportItemCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.ReportItemCollection
A ReportItemCollection zawiera wszystkie elementy umieszczone wewnątrz prostokąt.