Rectangle.ReportItemCollection Property
Gets a collection of the report items contained within the rectangle.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ReportItemCollection As ReportItemCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.ReportRendering.ReportItemCollection
A ReportItemCollection that contains all items enclosed within the rectangle.