CustomLabelCollection-Klasse
Represents a collection of CustomLabel objects.
Vererbungshierarchie
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugePanelObjectCollectionBase< (Of < ( <'CustomLabel> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..CustomLabelCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class CustomLabelCollection _
Inherits GaugePanelObjectCollectionBase(Of CustomLabel)
'Usage
Dim instance As CustomLabelCollection
public sealed class CustomLabelCollection : GaugePanelObjectCollectionBase<CustomLabel>
public ref class CustomLabelCollection sealed : public GaugePanelObjectCollectionBase<CustomLabel^>
[<SealedAttribute>]
type CustomLabelCollection =
class
inherit GaugePanelObjectCollectionBase<CustomLabel>
end
public final class CustomLabelCollection extends GaugePanelObjectCollectionBase<CustomLabel>
Der CustomLabelCollection-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Count | Gets the number of items in the collection. (Überschreibt GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
Item[ ( [ ( String] ) ] ) | Gets the item that has the specified name. | |
Item[ ( [ ( Int32] ) ] ) | Gets the item at the specified index. (Geerbt von GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
CreateGaugePanelObject | Infrastruktur (Geerbt von GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | Gets the enumerator for this GaugePanelObjectCollectionBase<(Of <(<'T>)>)>. (Geerbt von GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infrastruktur (Geerbt von GaugePanelObjectCollectionBase< (Of < ( <'T> ) > ) >.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.