Compartir a través de


Clase ChartLegendCustomItemCellInstance

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance

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

Sintaxis

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

El tipo ChartLegendCustomItemCellInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Alignment Gets the calculated value of the Alignment property in a ChartLegendCustomItemCell class.
Propiedad pública BottomMargin Gets the calculated value of the BottomMargin property in a ChartLegendCustomItemCell class.
Propiedad pública CellSpan Gets the calculated value of the CellSpan property in a ChartLegendCustomItemCell class.
Propiedad pública CellType Gets the calculated value of the CellType property in a ChartLegendCustomItemCell class.
Propiedad pública ImageHeight Gets the calculated value of the ImageHeight property in a ChartLegendCustomItemCell class.
Propiedad pública ImageWidth Gets the calculated value of the ImageWidth property in a ChartLegendCustomItemCell class.
Propiedad pública LeftMargin Gets the calculated value of the LeftMargin property in a ChartLegendCustomItemCell class.
Propiedad pública RightMargin Gets the calculated value of the RightMargin property in a ChartLegendCustomItemCell class.
Propiedad pública Style Gets the calculated value of the Style property in a ChartLegendCustomItemCell class.
Propiedad pública SymbolHeight Gets the calculated value of the SymbolHeight property in a ChartLegendCustomItemCell class.
Propiedad pública SymbolWidth Gets the calculated value of the SymbolWidth property in a ChartLegendCustomItemCell class.
Propiedad pública Text Gets the calculated value of the Text property in a ChartLegendCustomItemCell class.
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ChartLegendCustomItemCell class.
Propiedad pública TopMargin Gets the calculated value of the TopMargin property in a ChartLegendCustomItemCell 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