Compartir a través de


Clase ChartAlignTypeInstance

Represents an instance type of the ChartAlignType class, and contains the calculated values of the properties in ChartAlignType.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartAlignTypeInstance

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

Sintaxis

'Declaración
Public NotInheritable Class ChartAlignTypeInstance _
    Inherits BaseInstance
'Uso
Dim instance As ChartAlignTypeInstance
public sealed class ChartAlignTypeInstance : BaseInstance
public ref class ChartAlignTypeInstance sealed : public BaseInstance
[<SealedAttribute>]
type ChartAlignTypeInstance =  
    class 
        inherit BaseInstance 
    end
public final class ChartAlignTypeInstance extends BaseInstance

El tipo ChartAlignTypeInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AxesView Gets the calculated value of the AxesView property in a ChartAlignType class.
Propiedad pública Cursor Gets the calculated value of the Cursor property in a ChartAlignType class.
Propiedad pública InnerPlotPosition Gets the calculated value of the InnerPlotPosition property in a ChartAlignType class.
Propiedad pública Position Gets the calculated value of the Position property in a ChartAlignType class.

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