Freigeben über


ReportExpression.GlobalProperties-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportExpression.GlobalProperties

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

Syntax

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

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

Felder

  Name Beschreibung
Öffentliches FeldStatisches Element All All global properties.
Öffentliches FeldStatisches Element ExecutionTime The ExecutionTime global property.
Öffentliches FeldStatisches Element OverallPageNumber The OverallPageNumber global property.
Öffentliches FeldStatisches Element OverallTotalPages The OverallTotalPages property.
Öffentliches FeldStatisches Element PageName The PageName property.
Öffentliches FeldStatisches Element PageNumber The PageName property.
Öffentliches FeldStatisches Element RenderFormatIsInteractive The RenderFormatIsInteractive property.
Öffentliches FeldStatisches Element RenderFormatName The RenderFormatName property.
Öffentliches FeldStatisches Element ReportFolder The ReportFolder property.
Öffentliches FeldStatisches Element ReportName The ReportName property.
Öffentliches FeldStatisches Element ReportServerUrl The ReportServerUrl property.
Öffentliches FeldStatisches Element TotalPages The TotalPages property.

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