MapDynamicMemberInstance Class
Represents a dynamic instance of a MapMember object.
Inheritance Hierarchy
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
The MapDynamicMemberInstance type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInstanceIndex | Gets the current instance index. |
![]() |
GetType | (Inherited from 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 | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace