TablixMember.FixedData Property

Definition

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

public:
 property bool FixedData { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool FixedData { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.FixedData : bool with get, set
Public Property FixedData As Boolean

Property Value

true if the tablix member has a fixed data; otherwise, false.

Attributes

Applies to