Compartir a través de


Clase ChartItemInLegendInstance

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartItemInLegendInstance

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

Sintaxis

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

El tipo ChartItemInLegendInstance expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Hidden Gets the calculated value of the Hidden property in a ChartItemInLegend class.
Propiedad pública LegendText Gets the calculated value of the LegendText property in a ChartItemInLegend class.
Propiedad pública ToolTip Gets the calculated value of the ToolTip property in a ChartItemInLegend class.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido ResetInstanceCache Resets the instance cache. (Se hereda de BaseInstance.)
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.