DataDynamicMemberInstance Class

Definition

Represents a dynamic instance of a DataMember object.

public ref class DataDynamicMemberInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::DataMemberInstance
public sealed class DataDynamicMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.DataMemberInstance
type DataDynamicMemberInstance = class
    inherit DataMemberInstance
Public NotInheritable Class DataDynamicMemberInstance
Inherits DataMemberInstance
Inheritance
DataDynamicMemberInstance

Fields

m_memberDef

The instance member definition.

(Inherited from DataMemberInstance)
m_owner

The owner of the member instance.

(Inherited from DataMemberInstance)

Methods

GetInstanceIndex()

Gets the current instance index.

MoveNext()

Moves the context to the next instance.

ResetContext()

Resets the instance index to before the first instance.

ResetInstanceCache()

Resets the instance properties to initial values.

(Inherited from DataMemberInstance)
SetInstanceIndex(Int32)

Sets current index to the specified instance index.

Applies to