Compartir a través de


Clase ChartElementPosition

Represents the position in which to draw a chart element.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartElementPosition

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartElementPosition
'Uso
Dim instance As ChartElementPosition
public sealed class ChartElementPosition
public ref class ChartElementPosition sealed
[<SealedAttribute>]
type ChartElementPosition =  class end
public final class ChartElementPosition

El tipo ChartElementPosition expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Height Gets an expression that evaluates to the height of the item as a percentage of its containing object.
Propiedad pública Instance Gets the report instance object that contains the calculated values of this report definition object.
Propiedad pública Left Gets an expression that evaluates to the distance of the item from the left of the containing object, as a percentage of the container.
Propiedad pública Top Gets an expression that evaluates to the distance of the item from the top of the containing object, as a percentage of the container.
Propiedad pública Width Gets an expression that evaluates to the width of the item as a percentage of its containing object.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering