Udostępnij przez


Właściwość ScaleLabels.AllowUpsideDown

Pobiera wyrażenie wartości, która wskazuje, czy można obracać etykiety o więcej niż 90 stopni.

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

Składnia

'Deklaracja
Public ReadOnly Property AllowUpsideDown As ReportBoolProperty
    Get
'Użycie
Dim instance As ScaleLabels
Dim value As ReportBoolProperty

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