Share via


ScaleLabelsInstance.AllowUpsideDown Property

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

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

Syntax

'Declaration
Public ReadOnly Property AllowUpsideDown As Boolean 
    Get
'Usage
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

Property Value

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

See Also

Reference

ScaleLabelsInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace