Share via


ReportExpression.GlobalProperties Class

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Inheritance Hierarchy

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

The ReportExpression.GlobalProperties type exposes the following members.

Fields

  Name Description
Public fieldStatic member All All global properties.
Public fieldStatic member ExecutionTime The ExecutionTime global property.
Public fieldStatic member OverallPageNumber The OverallPageNumber global property.
Public fieldStatic member OverallTotalPages The OverallTotalPages property.
Public fieldStatic member PageName The PageName property.
Public fieldStatic member PageNumber The PageName property.
Public fieldStatic member RenderFormatIsInteractive The RenderFormatIsInteractive property.
Public fieldStatic member RenderFormatName The RenderFormatName property.
Public fieldStatic member ReportFolder The ReportFolder property.
Public fieldStatic member ReportName The ReportName property.
Public fieldStatic member ReportServerUrl The ReportServerUrl property.
Public fieldStatic member TotalPages The TotalPages property.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace