TablixDynamicMemberInstance Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a dynamic instance of a TablixMember object.
public ref class TablixDynamicMemberInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::TablixMemberInstance
public sealed class TablixDynamicMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.TablixMemberInstance
type TablixDynamicMemberInstance = class
inherit TablixMemberInstance
Public NotInheritable Class TablixDynamicMemberInstance
Inherits TablixMemberInstance
- Inheritance
Fields
m_memberDef |
A TablixMember object that represents this instance member definition. (Inherited from TablixMemberInstance) |
m_owner |
A Tablix object that represents the owner of this member instance. (Inherited from TablixMemberInstance) |
m_visibility |
A VisibilityInstance value that represents the calculated value of the Visibility property. (Inherited from TablixMemberInstance) |
Properties
Visibility |
Gets the calculated value of the Visibility property in a TablixMember class. (Inherited from TablixMemberInstance) |
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 TablixMemberInstance) |
SetInstanceIndex(Int32) |
Sets current index to the specified instance index. |