ChartAlignTypeInstance.Position Property

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

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

Syntax

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

Property Value

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