Condividi tramite


Proprietà ScaleLabelsInstance.AllowUpsideDown

Gets the calculated value of the AllowUpsideDown property in a ScaleLabels class.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AllowUpsideDown As Boolean 
    Get
'Utilizzo
Dim instance As ScaleLabelsInstance 
Dim value As Boolean 

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

Valore proprietà

Tipo: System.Boolean
A Boolean value that represents the calculated value of the AllowUpsideDown property.

Vedere anche

Riferimento

ScaleLabelsInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering