Compartir a través de


ReportItemCollection Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ReportItemCollection As ReportItemCollection
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportItemCollection
A ReportItemCollection that contains all items enclosed within the rectangle.