次の方法で共有


GaugeMember.IsStatic プロパティ

このゲージ メンバーが静的メンバーであるかどうかを示す Boolean 値を取得します。

名前空間:  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、それ以外の場合は false を返します。

関連項目

参照

GaugeMember クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間