Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the Position property in a ChartTitle class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ChartTitlePositions
Get
'Usage
Dim instance As ChartTitleInstance
Dim value As ChartTitlePositions
value = instance.Position
public ChartTitlePositions Position { get; }
public:
property ChartTitlePositions Position {
ChartTitlePositions get ();
}
member Position : ChartTitlePositions
function get Position () : ChartTitlePositions
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartTitlePositions
A ChartTitlePositions value that represents the calculated value of the Position property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace