ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / TablixMember Class / FixedData Property

In This Topic
    FixedData Property (TablixMember)
    In This Topic
    Gets or sets a value indicating whether the tablix member's data should remain fixed in the viewing window when scrolling.
    Syntax
    'Declaration
     
    Public Property FixedData As Boolean
    public bool FixedData {get; set;}

    Property Value

    A System.Boolean value where true if the member's data should remain fixed; otherwise, false.
    See Also