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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstanceIndex | Gets the current instance index. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveNext | Moves the context to the next instance. | |
ResetContext | Resets the instance index to before the first instance. | |
ResetInstanceCache | Infrastructure. (Inherited from DataMemberInstance.) | |
SetInstanceIndex | Sets current index to the specified instance index. | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_currentContext | Infrastructure. | |
m_isNewContext | Infrastructure. | |
m_memberDef | Infrastructure. (Inherited from DataMemberInstance.) | |
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.