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

In This Topic
    FixedData Property
    In This Topic
    Gets or sets a System.Boolean value that indicates whether the tablix member should be kept in the viewing window when the user scrolls the page.
    Syntax
    'Declaration
     
    Public Property FixedData As Boolean
    public bool FixedData {get; set;}
    See Also