次の方法で共有


Enable プロパティ

ピンが有効であることを示します。

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

構文

'宣言
Public ReadOnly Property Enable As ReportBoolProperty
    Get
'使用
Dim instance As ScalePin
Dim value As ReportBoolProperty

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