Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets an expression that evaluates to the position of the legend.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Position As ReportEnumProperty(Of ChartLegendPositions)
Get
'Uso
Dim instance As ChartLegend
Dim value As ReportEnumProperty(Of ChartLegendPositions)
value = instance.Position
public ReportEnumProperty<ChartLegendPositions> Position { get; }
public:
property ReportEnumProperty<ChartLegendPositions>^ Position {
ReportEnumProperty<ChartLegendPositions>^ get ();
}
member Position : ReportEnumProperty<ChartLegendPositions>
function get Position () : ReportEnumProperty<ChartLegendPositions>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartLegendPositions>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering