Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace