Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the Position property in a ChartAxisTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ChartAxisTitlePositions
Get
'Usage
Dim instance As ChartAxisTitleInstance
Dim value As ChartAxisTitlePositions
value = instance.Position
public ChartAxisTitlePositions Position { get; }
public:
property ChartAxisTitlePositions Position {
ChartAxisTitlePositions get ();
}
member Position : ChartAxisTitlePositions
function get Position () : ChartAxisTitlePositions
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAxisTitlePositions
A ChartAxisTitlePositions value that represents the calculated value of the Position property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace