Freigeben über


ReportExpression.Collections-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Enumerates the collection of report expressions.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportExpression.Collections

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class Collections
'Usage
public static class Collections
public ref class Collections abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Collections =  class end
public final class Collections

Der ReportExpression.Collections-Typ macht folgende Elemente verfügbar.

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element DataSets Infrastruktur The collection of datasets.
Öffentliches FeldStatisches Element DataSources Infrastruktur The collection of data sources.
Öffentliches FeldStatisches Element Fields Infrastruktur The collection of fields.
Öffentliches FeldStatisches Element Globals Infrastruktur The globals collection.
Öffentliches FeldStatisches Element Parameters Infrastruktur The collection of fields.
Öffentliches FeldStatisches Element ReportItems Infrastruktur The collection of report items.
Öffentliches FeldStatisches Element User Infrastruktur The collection of user.
Öffentliches FeldStatisches Element Variables Infrastruktur The collection of variables.

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