共用方式為


RotateLabels 屬性

Indicates the text rotates along with the scale.

命名空間:  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