Classe MapMemberCollection
Represents a collection of MapMember objects.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<MapMember>
Microsoft.ReportingServices.OnDemandReportRendering.DataRegionMemberCollection<MapMember>
Microsoft.ReportingServices.OnDemandReportRendering.MapMemberCollection
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MapMemberCollection _
Inherits DataRegionMemberCollection(Of MapMember)
'Utilizzo
Dim instance As MapMemberCollection
public sealed class MapMemberCollection : DataRegionMemberCollection<MapMember>
public ref class MapMemberCollection sealed : public DataRegionMemberCollection<MapMember^>
[<SealedAttribute>]
type MapMemberCollection =
class
inherit DataRegionMemberCollection<MapMember>
end
public final class MapMemberCollection extends DataRegionMemberCollection<MapMember>
Nel tipo MapMemberCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. Esegue l'override di ReportElementCollectionBase<T>.Count. |
![]() |
DefinitionPath | Gets the path to this MapMemberCollection in the report definition. Esegue l'override di DataRegionMemberCollection<T>.DefinitionPath. |
![]() |
Item | Gets the item at the specified index. Esegue l'override di ReportElementCollectionBase<T>.Item[Int32]. |
![]() |
ParentDefinitionPath | Gets the path to report definition object's parent in the report definition. Ereditato da DataRegionMemberCollection<T>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. Ereditato da ReportElementCollectionBase<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 the collection. Ereditato da ReportElementCollectionBase<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