次の方法で共有


RotateLabels プロパティ

テキストがスケールと共に回転することを示します。

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

構文

'宣言
Public ReadOnly Property RotateLabels As ReportBoolProperty
    Get
'使用
Dim instance As ScaleLabels
Dim value As ReportBoolProperty

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