Propriedade do RDL ChartNoMoveDirectionsInstance.Up
Gets the calculated value of the Up property in a ChartNoMoveDirections class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Up As Boolean
Get
'Uso
Dim instance As ChartNoMoveDirectionsInstance
Dim value As Boolean
value = instance.Up
public bool Up { get; }
public:
property bool Up {
bool get ();
}
member Up : bool
function get Up () : boolean
Valor da propriedade
Tipo: System.Boolean
A Boolean value that represents the calculated value of the Up property.
Consulte também
Referência
ChartNoMoveDirectionsInstance Classe
Namespace Microsoft.ReportingServices.OnDemandReportRendering