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 | |
---|---|---|
Hidden | Gets the calculated value of the Hidden property in a ChartItemInLegend class. | |
LegendText | Gets the calculated value of the LegendText property in a ChartItemInLegend class. | |
ToolTip | Gets the calculated value of the ToolTip property in a ChartItemInLegend class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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