Classe GaugePanelItem
Represents an item (gauge, image, label) to be drawn within a gauge panel.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public MustInherit Class GaugePanelItem _
Inherits GaugePanelObjectCollectionItem _
Implements IROMStyleDefinitionContainer, IROMActionOwner
'Uso
Dim instance As GaugePanelItem
public abstract class GaugePanelItem : GaugePanelObjectCollectionItem,
IROMStyleDefinitionContainer, IROMActionOwner
public ref class GaugePanelItem abstract : public GaugePanelObjectCollectionItem,
IROMStyleDefinitionContainer, IROMActionOwner
[<AbstractClassAttribute>]
type GaugePanelItem =
class
inherit GaugePanelObjectCollectionItem
interface IROMStyleDefinitionContainer
interface IROMActionOwner
end
public abstract class GaugePanelItem extends GaugePanelObjectCollectionItem implements IROMStyleDefinitionContainer, IROMActionOwner
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionItem
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugePanelItem
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Gauge
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeImage
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeLabel
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .NumericIndicator
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .StateIndicator
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também