Compartilhar via


Propriedade do RDL ScaleLabelsInstance.AllowUpsideDown

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property AllowUpsideDown As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ScaleLabelsInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering