Clase LinearGaugeInstance
Represents an instance type of the LinearGauge class, and contains the calculated values of the properties in LinearGauge.
Jerarquía de herencia
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelItemInstance
Microsoft.ReportingServices.OnDemandReportRendering.GaugeInstance
Microsoft.ReportingServices.OnDemandReportRendering.LinearGaugeInstance
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public NotInheritable Class LinearGaugeInstance _
Inherits GaugeInstance
'Uso
Dim instance As LinearGaugeInstance
public sealed class LinearGaugeInstance : GaugeInstance
public ref class LinearGaugeInstance sealed : public GaugeInstance
[<SealedAttribute>]
type LinearGaugeInstance =
class
inherit GaugeInstance
end
public final class LinearGaugeInstance extends GaugeInstance
El tipo LinearGaugeInstance expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
AspectRatio | Gets the calculated value of the AspectRatio property in a Gauge class. (Se hereda de GaugeInstance.) | |
ClipContent | Gets the calculated value of the ClipContent property in a Gauge class. (Se hereda de GaugeInstance.) | |
Height | Gets the calculated value of the Height property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
Hidden | Gets the calculated value of the Hidden property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
Left | Gets the calculated value of the Left property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
Orientation | Gets the calculated value of the Orientation property in a LinearGauge class. | |
Style | Gets the calculated value of the Style property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
ToolTip | Gets the calculated value of the ToolTip property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
Top | Gets the calculated value of the Top property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
Width | Gets the calculated value of the Width property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) | |
ZIndex | Gets the calculated value of the ZIndex property in a GaugePanelItem class. (Se hereda de GaugePanelItemInstance.) |
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