Partager via


Propriété Down

Gets the calculated value of the Down property in a ChartNoMoveDirections class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Down As Boolean
    Get
'Utilisation
Dim instance As ChartNoMoveDirectionsInstance
Dim value As Boolean

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

Valeur de propriété

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