Classe LinearPointerCollection
Represents a collection of LinearPointer objects.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<LinearPointer>
Microsoft.ReportingServices.OnDemandReportRendering.LinearPointerCollection
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class LinearPointerCollection _
Inherits GaugePanelObjectCollectionBase(Of LinearPointer)
'Utilizzo
Dim instance As LinearPointerCollection
public sealed class LinearPointerCollection : GaugePanelObjectCollectionBase<LinearPointer>
public ref class LinearPointerCollection sealed : public GaugePanelObjectCollectionBase<LinearPointer^>
[<SealedAttribute>]
type LinearPointerCollection =
class
inherit GaugePanelObjectCollectionBase<LinearPointer>
end
public final class LinearPointerCollection extends GaugePanelObjectCollectionBase<LinearPointer>
Nel tipo LinearPointerCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. Esegue l'override di GaugePanelObjectCollectionBase<T>.Count. |
![]() |
Item[Int32] | Gets the item at the specified index. Ereditato da GaugePanelObjectCollectionBase<T>. |
![]() |
Item[String] | Gets the item that has the specified name. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetEnumerator | Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. Ereditato da GaugePanelObjectCollectionBase<T>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Infrastruttura. Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>. Ereditato da GaugePanelObjectCollectionBase<T>. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering