Classe GaugeInstance
Represents an instance type of the Gauge class, and contains the calculated values of the properties in Gauge.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Class GaugeInstance _
Inherits GaugePanelItemInstance
'Utilizzo
Dim instance As GaugeInstance
public class GaugeInstance : GaugePanelItemInstance
public ref class GaugeInstance : public GaugePanelItemInstance
type GaugeInstance =
class
inherit GaugePanelItemInstance
end
public class GaugeInstance extends GaugePanelItemInstance
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelItemInstance
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .LinearGaugeInstance
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .RadialGaugeInstance
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche