Classe GaugeImageCollection
Represents a collection of GaugeImage objects.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class GaugeImageCollection _
Inherits GaugePanelObjectCollectionBase(Of GaugeImage)
'Utilizzo
Dim instance As GaugeImageCollection
public sealed class GaugeImageCollection : GaugePanelObjectCollectionBase<GaugeImage>
public ref class GaugeImageCollection sealed : public GaugePanelObjectCollectionBase<GaugeImage^>
[<SealedAttribute>]
type GaugeImageCollection =
class
inherit GaugePanelObjectCollectionBase<GaugeImage>
end
public final class GaugeImageCollection extends GaugePanelObjectCollectionBase<GaugeImage>
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'GaugeImage> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeImageCollection
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