Udostępnij przez


Właściwość CustomLabel.RotateLabel

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 RotateLabel As ReportBoolProperty
    Get
'Użycie
Dim instance As CustomLabel
Dim value As ReportBoolProperty

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