ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix Namespace / ITablixMember Interface / FixedData Property

In This Topic
    FixedData Property (ITablixMember)
    In This Topic
    Gets a value indicating whether the tablix member should be kept in the viewing window when the user scrolls the page.
    Syntax
    'Declaration
     
    ReadOnly Property FixedData As Boolean
    bool FixedData {get;}

    Property Value

    A System.Boolean value indicating whether the tablix member should be kept in the viewing window when the user scrolls the page.
    See Also