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 ChartLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ChartLegendPositions
Get
'Usage
Dim instance As ChartLegendInstance
Dim value As ChartLegendPositions
value = instance.Position
public ChartLegendPositions Position { get; }
public:
property ChartLegendPositions Position {
ChartLegendPositions get ();
}
member Position : ChartLegendPositions
function get Position () : ChartLegendPositions
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendPositions
A ChartLegendPositions value that represents the calculated value of the Position property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace