Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets an expression that evaluates to the position of the title along the axis.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ReportEnumProperty(Of ChartAxisTitlePositions)
Get
'Usage
Dim instance As ChartAxisTitle
Dim value As ReportEnumProperty(Of ChartAxisTitlePositions)
value = instance.Position
public ReportEnumProperty<ChartAxisTitlePositions> Position { get; }
public:
property ReportEnumProperty<ChartAxisTitlePositions>^ Position {
ReportEnumProperty<ChartAxisTitlePositions>^ get ();
}
member Position : ReportEnumProperty<ChartAxisTitlePositions>
function get Position () : ReportEnumProperty<ChartAxisTitlePositions>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisTitlePositions>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace