Classe LinearGauge
Represents a linear gauge to be drawn within a gauge panel.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugePanelItem
Microsoft.ReportingServices.RdlObjectModel. . :: . .Gauge
Microsoft.ReportingServices.RdlObjectModel..::..LinearGauge
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class LinearGauge _
Inherits Gauge
'Uso
Dim instance As LinearGauge
public class LinearGauge : Gauge
public ref class LinearGauge : public Gauge
type LinearGauge =
class
inherit Gauge
end
public class LinearGauge extends Gauge
O tipo LinearGauge expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ActionInfo | Actions for the item. (Herdado de GaugePanelItem.) | |
AspectRatio | Indicates the aspect ratio (width/height) to be used for drawing the gauge. (Herdado de Gauge.) | |
BackFrame | The background/frame for the gauge. (Herdado de Gauge.) | |
ClipContent | Indicates the content of the gauge should be clipped by the bounds/frame of the gauge. (Herdado de Gauge.) | |
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
GaugeScales | Scales to display on the gauge. (Herdado de Gauge.) | |
Height | Height of the item as a percentage of the parent element. (Herdado de GaugePanelItem.) | |
Hidden | Indicates this item should be hidden. (Herdado de GaugePanelItem.) | |
Left | Distance from the left as a percentage of the parent element. (Herdado de GaugePanelItem.) | |
Name | Name of the GaugePanelItem. (Herdado de GaugePanelItem.) | |
Orientation | Orientation of the gauge | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
ParentItem | Name of the parent GaugePanelItem. (Herdado de GaugePanelItem.) | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Style | Gets the style properties of this report definition object. (Herdado de GaugePanelItem.) | |
ToolTip | Tooltip text for the item. (Herdado de GaugePanelItem.) | |
Top | Distance from the top as a percentage of the parent element. (Herdado de GaugePanelItem.) | |
TopImage | Image to display over the top of the gauge. (Herdado de Gauge.) | |
Width | Width of the item as a percentage of the parent element. (Herdado de GaugePanelItem.) | |
ZIndex | Drawing order of the item within the panel. (Herdado de GaugePanelItem.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (Herdado de ReportObject.) | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetContainingDataScopes | Infraestrutura. (Herdado de ReportObject.) | |
GetDataScopesForDefaultImpl | Infraestrutura. (Herdado de ReportObject.) | |
GetDependenciesCore | Infraestrutura. (Herdado de ReportObject.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
Initialize | Initializes an instance of the Gauge class. (Herdado de Gauge.) | |
InitializeForDesigner | Infraestrutura. (Herdado de ReportObject.) | |
MemberwiseClone | (Herdado de Object.) | |
OnChildPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
OnPropertyChanged | Infraestrutura. (Herdado de ReportObject.) | |
RdlSemanticEqualsCore | Infraestrutura. (Herdado de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infraestrutura. (Herdado de ReportObject.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.