次の方法で共有


PinLabelInstance.RotateLabel プロパティ

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

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

構文

'宣言
Public ReadOnly Property RotateLabel As Boolean 
    Get
'使用
Dim instance As PinLabelInstance 
Dim value As Boolean 

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

プロパティ値

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

関連項目

参照

PinLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間