Partilhar via


Propriedade do RDL ChartAlignTypeInstance.Position

Gets the calculated value of the Position property in a ChartAlignType class.

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

Sintaxe

'Declaração
Public ReadOnly Property Position As Boolean 
    Get
'Uso
Dim instance As ChartAlignTypeInstance 
Dim value As Boolean 

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

Valor da propriedade

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

Consulte também

Referência

ChartAlignTypeInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering