TablixMember.FixedData Property
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.
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
.