TablixMember.FixedData Property

Definition

Gets a Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.

public:
 abstract property bool FixedData { bool get(); };
public abstract bool FixedData { get; }
member this.FixedData : bool
Public MustOverride ReadOnly Property FixedData As Boolean

Property Value

true if the tablix member should be kept in the viewing window when the user scrolls the page; otherwise, false.

Applies to