Proprietà ChartLegendInstance.Position
Gets the calculated value of the Position property in a ChartLegend class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Position As ChartLegendPositions
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendPositions
A ChartLegendPositions value that represents the calculated value of the Position property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering