Свойство IsStatic

Gets a Boolean value that indicates whether this gauge member is static member.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overrides ReadOnly Property IsStatic As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if this gauge member is a static member; otherwise, false.