共用方式為


GaugeMember.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.

請參閱

參考

GaugeMember 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間