Freigeben über


ReportItemCollection-Klasse

A collection of ReportItem objects. This class cannot be inherited.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.ReportRendering.ReportItemCollection

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportItemCollection
'Usage
Dim instance As ReportItemCollection
public sealed class ReportItemCollection
public ref class ReportItemCollection sealed
[<SealedAttribute>]
type ReportItemCollection =  class end
public final class ReportItemCollection

Der ReportItemCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items on the report.
Öffentliche Eigenschaft Item Gets the specified report item from the collection located at the position specified by the index. In C#, this property is the indexer for the ReportItemCollection class.
Öffentliche Eigenschaft SharedRenderingInfo Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetReportItemStartAndEndPages Determines the page on which an item in the report item collection should appear, based on soft page breaks.
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.ReportRendering-Namespace