Rectangle.ReportItemCollection Property

Definition

Gets a collection of the report items contained within the rectangle.

public:
 property Microsoft::ReportingServices::ReportRendering::ReportItemCollection ^ ReportItemCollection { Microsoft::ReportingServices::ReportRendering::ReportItemCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.ReportItemCollection ReportItemCollection { get; }
member this.ReportItemCollection : Microsoft.ReportingServices.ReportRendering.ReportItemCollection
Public ReadOnly Property ReportItemCollection As ReportItemCollection

Property Value

A ReportItemCollection that contains all items enclosed within the rectangle.

Applies to