Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a Boolean value that indicates whether this gauge member is static member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property IsStatic As Boolean
Get
'Usage
Dim instance As GaugeMember
Dim value As Boolean
value = instance.IsStatic
public override bool IsStatic { get; }
public:
virtual property bool IsStatic {
bool get () override;
}
abstract IsStatic : bool
override IsStatic : bool
override function get IsStatic () : boolean
Property Value
Type: System.Boolean
true if this gauge member is a static member; otherwise, false.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace