Compartir a través de


Clase Gauge

Represents a gauge to be drawn within a gauge panel.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Class Gauge _
    Inherits GaugePanelItem
'Uso
Dim instance As Gauge
public class Gauge : GaugePanelItem
public ref class Gauge : public GaugePanelItem
type Gauge =  
    class
        inherit GaugePanelItem
    end
public class Gauge extends GaugePanelItem

El tipo Gauge expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público Gauge Creates a new instance of the Gauge class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ActionInfo Actions for the item. (Se hereda de GaugePanelItem.)
Propiedad pública AspectRatio Indicates the aspect ratio (width/height) to be used for drawing the gauge.
Propiedad pública BackFrame The background/frame for the gauge.
Propiedad pública ClipContent Indicates the content of the gauge should be clipped by the bounds/frame of the gauge.
Propiedad pública ComponentMetadata The component metadata. (Se hereda de ReportObject.)
Propiedad pública GaugeScales Scales to display on the gauge.
Propiedad pública Height Height of the item as a percentage of the parent element. (Se hereda de GaugePanelItem.)
Propiedad pública Hidden Indicates this item should be hidden. (Se hereda de GaugePanelItem.)
Propiedad pública Left Distance from the left as a percentage of the parent element. (Se hereda de GaugePanelItem.)
Propiedad pública Name Name of the GaugePanelItem. (Se hereda de GaugePanelItem.)
Propiedad pública Parent The parent of this report object. (Se hereda de ReportObjectBase.)
Propiedad pública ParentItem Name of the parent GaugePanelItem. (Se hereda de GaugePanelItem.)
Propiedad pública Site Infraestructura. (Se hereda de ReportObject.)
Propiedad pública Style Gets the style properties of this report definition object. (Se hereda de GaugePanelItem.)
Propiedad pública ToolTip Tooltip text for the item. (Se hereda de GaugePanelItem.)
Propiedad pública Top Distance from the top as a percentage of the parent element. (Se hereda de GaugePanelItem.)
Propiedad pública TopImage Image to display over the top of the gauge.
Propiedad pública Width Width of the item as a percentage of the parent element. (Se hereda de GaugePanelItem.)
Propiedad pública ZIndex Drawing order of the item within the panel. (Se hereda de GaugePanelItem.)

Arriba

Métodos

  Nombre Descripción
Método público DeepClone Returns a deep clone of this ReportObject instance. (Se hereda de ReportObject.)
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetContainingDataScopes Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDataScopesForDefaultImpl Infraestructura. (Se hereda de ReportObject.)
Método protegido GetDependenciesCore Infraestructura. (Se hereda de ReportObject.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Initialize Initializes an instance of the Gauge class. (Invalida ReportObject. . :: . .Initialize() () () ().)
Método protegido InitializeForDesigner Infraestructura. (Se hereda de ReportObject.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido OnChildPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido OnPropertyChanged Infraestructura. (Se hereda de ReportObject.)
Método protegido RdlSemanticEqualsCore Infraestructura. (Se hereda de ReportObject.)
Método protegido SavePropertyValue< (Of < <' (T> ) > > ) Infraestructura. (Se hereda de ReportObject.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IDisposable. . :: . .Dispose (Se hereda de ReportObject.)
Implementación de interfaces explícitasEvento privado IComponent. . :: . .Disposed (Se hereda de ReportObject.)

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.