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 NotInheritable Class DataDynamicMemberInstance _
Inherits DataMemberInstance
'Usage
Dim instance As DataDynamicMemberInstance
public sealed class DataDynamicMemberInstance : DataMemberInstance
public ref class DataDynamicMemberInstance sealed : public DataMemberInstance
[<SealedAttribute>]
type DataDynamicMemberInstance =
class
inherit DataMemberInstance
end
public final class DataDynamicMemberInstance extends DataMemberInstance
The DataDynamicMemberInstance 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