다음을 통해 공유


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.