TablixMemberInstance Class

Definition

Represents an instance type of the TablixMember class, and contains the calculated values of the properties in TablixMember.

public ref class TablixMemberInstance : Microsoft::ReportingServices::OnDemandReportRendering::BaseInstance
public class TablixMemberInstance : Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
type TablixMemberInstance = class
    inherit BaseInstance
Public Class TablixMemberInstance
Inherits BaseInstance
Inheritance
TablixMemberInstance
Derived

Fields

m_memberDef

A TablixMember object that represents this instance member definition.

m_owner

A Tablix object that represents the owner of this member instance.

m_visibility

A VisibilityInstance value that represents the calculated value of the Visibility property.

Properties

Visibility

Gets the calculated value of the Visibility property in a TablixMember class.

Methods

ResetInstanceCache()

Resets the instance properties to initial values.

Applies to