ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / BandLayoutOptions Class
Members

In This Topic
    BandLayoutOptions Class
    In This Topic
    Represents a specific layout options to use when the Tablix is rendered on the canvas.
    Object Model
    BandLayoutOptions Class
    Syntax
    'Declaration
     
    Public Class BandLayoutOptions 
    public class BandLayoutOptions 
    Remarks
    The BandLayoutOptions class provides various settings for rendering a tablix on the canvas. It includes properties to specify the number of rows and columns per band, as well as settings for different navigation styles like CoverFlow, PlayAxis, and TabStrip.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.BandLayoutOptions

    See Also