Freigeben über


GroupExpressionCollection-Klasse

Represents a collection of GroupExpressionCollection objects.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<ReportVariantProperty>
    Microsoft.ReportingServices.OnDemandReportRendering.GroupExpressionCollection

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

Syntax

'Declaration
Public NotInheritable Class GroupExpressionCollection _
    Inherits ReportElementCollectionBase(Of ReportVariantProperty)
'Usage
Dim instance As GroupExpressionCollection
public sealed class GroupExpressionCollection : ReportElementCollectionBase<ReportVariantProperty>
public ref class GroupExpressionCollection sealed : public ReportElementCollectionBase<ReportVariantProperty^>
[<SealedAttribute>]
type GroupExpressionCollection =  
    class 
        inherit ReportElementCollectionBase<ReportVariantProperty>
    end
public final class GroupExpressionCollection extends ReportElementCollectionBase<ReportVariantProperty>

Der GroupExpressionCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items in the collection. (Überschreibt ReportElementCollectionBase<T>.Count.)
Öffentliche Eigenschaft Item Gets the item at the specified index. (Überschreibt ReportElementCollectionBase<T>.Item[Int32].)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Gets the enumerator for this ReportElementCollectionBase<T>. (Geerbt von ReportElementCollectionBase<T>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Infrastruktur Gets the enumerator that iterates through the collection. (Geerbt von ReportElementCollectionBase<T>.)

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.OnDemandReportRendering-Namespace