Classe IndicatorImageInstance
Represents an instance type of the GaugeLabel class, and contains the calculated values of the properties in GaugeLabel.
Hierarquia de herança
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.BaseGaugeImageInstance
Microsoft.ReportingServices.OnDemandReportRendering.IndicatorImageInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class IndicatorImageInstance _
Inherits BaseGaugeImageInstance
'Uso
Dim instance As IndicatorImageInstance
public sealed class IndicatorImageInstance : BaseGaugeImageInstance
public ref class IndicatorImageInstance sealed : public BaseGaugeImageInstance
[<SealedAttribute>]
type IndicatorImageInstance =
class
inherit BaseGaugeImageInstance
end
public final class IndicatorImageInstance extends BaseGaugeImageInstance
O tipo IndicatorImageInstance expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
HueColor | Gets the calculated value of the Angle property in a IndicatorImage class. | |
ImageData | Gets the calculated value of the ImageData property in a BaseGaugeImage class. (Herdado de BaseGaugeImageInstance.) | |
MIMEType | Gets the calculated value of the MIMEType property in a BaseGaugeImage class. (Herdado de BaseGaugeImageInstance.) | |
Source | Gets the calculated value of the Source property in a BaseGaugeImage class. (Herdado de BaseGaugeImageInstance.) | |
Transparency | Gets the calculated value of the Transparency property in a IndicatorImage class. | |
TransparentColor | Gets the calculated value of the TransparentColor property in a BaseGaugeImage class. (Herdado de BaseGaugeImageInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
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.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering