Compartilhar via


Propriedade do RDL CustomLabelInstance.AllowUpsideDown

Gets the calculated value of the AllowUpsideDown property in a CustomLabel 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 CustomLabelInstance 
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

CustomLabelInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering