Udostępnij przez


Właściwość ScaleLabels.RotateLabels

Pobiera wyrażenie wartości, która wskazuje, czy tekst obrócony razem ze skalą.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property RotateLabels As ReportBoolProperty
    Get
'Użycie
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