Position Propiedad
Gets the calculated value of the Position property in a ChartAlignType class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Position property.