Compartir a través de


Clase ChartLegendColumnInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance

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

Sintaxis

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

El tipo ChartLegendColumnInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ColumnType Gets the calculated value of the ColumnType property in a ChartLegendColumn class.
Propiedad pública MaximumWidth Gets the calculated value of the MaximumWidth property in a ChartLegendColumn class.
Propiedad pública MinimumWidth Gets the calculated value of the MinimumWidth property in a ChartLegendColumn class.
Propiedad pública SeriesSymbolHeight Gets the calculated value of the SeriesSymbolHeight property in a ChartLegendColumn class.
Propiedad pública SeriesSymbolWidth Gets the calculated value of the SeriesSymbolWidth property in a ChartLegendColumn class.
Propiedad pública Style Gets the calculated value of the Style property in a ChartLegendColumn class.
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ChartLegendColumn class.
Propiedad pública Value Gets the calculated value of the Value property in a ChartLegendColumn 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