Classe GaugeMemberCollection
Represents a collection of GaugeMember objects.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportElementCollectionBase< (Of < ( <'GaugeMember> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering. . :: . .DataRegionMemberCollection< (Of < ( <'GaugeMember> ) > ) >
Microsoft.ReportingServices.OnDemandReportRendering..::..GaugeMemberCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public NotInheritable Class GaugeMemberCollection _
Inherits DataRegionMemberCollection(Of GaugeMember)
'Uso
Dim instance As GaugeMemberCollection
public sealed class GaugeMemberCollection : DataRegionMemberCollection<GaugeMember>
public ref class GaugeMemberCollection sealed : public DataRegionMemberCollection<GaugeMember^>
[<SealedAttribute>]
type GaugeMemberCollection =
class
inherit DataRegionMemberCollection<GaugeMember>
end
public final class GaugeMemberCollection extends DataRegionMemberCollection<GaugeMember>
O tipo GaugeMemberCollection expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of items in the collection. (Substitui ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Count.) | |
DefinitionPath | Gets the path to this GaugeMemberCollection in the report definition. (Substitui DataRegionMemberCollection< (Of < ( <'T> ) > ) >. . :: . .DefinitionPath.) | |
Item | Gets the item at the specific index. (Substitui ReportElementCollectionBase< (Of < ( <'T> ) > ) >. . :: . .Item[ ( [ ( Int32] ) ] ) .) | |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. (Herdado de DataRegionMemberCollection< (Of < ( <'T> ) > ) >.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<(Of <(<'T>)>)>. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
m_children | Infraestrutura. (Herdado de DataRegionMemberCollection< (Of < ( <'T> ) > ) >.) | |
m_owner | Infraestrutura. (Herdado de DataRegionMemberCollection< (Of < ( <'T> ) > ) >.) | |
m_parentDefinitionPath | Infraestrutura. (Herdado de DataRegionMemberCollection< (Of < ( <'T> ) > ) >.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable. . :: . .GetEnumerator | Infraestrutura. (Herdado de ReportElementCollectionBase< (Of < ( <'T> ) > ) >.) |
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.