MapDynamicMemberInstance-Klasse
Represents a dynamic instance of a MapMember object.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapMemberInstance
Microsoft.ReportingServices.OnDemandReportRendering.MapDynamicMemberInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class MapDynamicMemberInstance _
Inherits MapMemberInstance
'Usage
Dim instance As MapDynamicMemberInstance
public sealed class MapDynamicMemberInstance : MapMemberInstance
public ref class MapDynamicMemberInstance sealed : public MapMemberInstance
[<SealedAttribute>]
type MapDynamicMemberInstance =
class
inherit MapMemberInstance
end
public final class MapDynamicMemberInstance extends MapMemberInstance
Der MapDynamicMemberInstance-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetInstanceIndex | Gets the current instance index. | |
GetType | (Geerbt von Object.) | |
MoveNext | Moves the context to the next instance. | |
ResetContext | Resets the instance index to before the first instance. | |
SetInstanceIndex | Sets current index to the specified instance index. | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace