次の方法で共有


ScalePinInstance.Enable プロパティ

ScalePin クラスの Enable プロパティの計算値を取得します。

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

構文

'宣言
Public ReadOnly Property Enable As Boolean 
    Get
'使用
Dim instance As ScalePinInstance 
Dim value As Boolean 

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

プロパティ値

型: System.Boolean
Enable プロパティの計算値を表す Boolean 値。

関連項目

参照

ScalePinInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間