Proprietà Position
Gets the calculated value of the Position property in a ChartAlignType class.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Position As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the Position property.