DataDynamicMemberInstance Class

Represents a dynamic instance of a DataMember object.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.DataMemberInstance
      Microsoft.ReportingServices.OnDemandReportRendering.DataDynamicMemberInstance

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustInherit Class DataDynamicMemberInstance _
    Inherits DataMemberInstance
'Usage
Dim instance As DataDynamicMemberInstance
public abstract class DataDynamicMemberInstance : DataMemberInstance
public ref class DataDynamicMemberInstance abstract : public DataMemberInstance
[<AbstractClassAttribute>]
type DataDynamicMemberInstance =  
    class
        inherit DataMemberInstance
    end
public abstract class DataDynamicMemberInstance extends DataMemberInstance

The DataDynamicMemberInstance type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetInstanceIndex Gets the current instance index.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext Moves the context to the next instance.
Public method ResetContext Resets the instance index to before the first instance.
Protected method ResetInstanceCache Infrastructure. (Inherited from DataMemberInstance.)
Public method SetInstanceIndex Sets current index to the specified instance index.
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_currentContext Infrastructure.
Protected field m_isNewContext Infrastructure.
Protected field m_memberDef Infrastructure. (Inherited from DataMemberInstance.)
Protected field m_owner Infrastructure. (Inherited from DataMemberInstance.)

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.