次の方法で共有


GaugeMember.IsColumn プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property IsColumn As Boolean 
    Get
'使用
Dim instance As GaugeMember 
Dim value As Boolean 

value = instance.IsColumn
public bool IsColumn { get; }
public:
property bool IsColumn {
    bool get ();
}
member IsColumn : bool
function get IsColumn () : boolean

プロパティ値

型: System.Boolean
このゲージ メンバーが列である場合は true、そうでない場合は false を返します。

関連項目

参照

GaugeMember クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間