[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.BandLayoutOptions

BandLayoutOptions Class

Represents a specific layout options to use when the Tablix is rendered on the canvas.

Inheritance
BandLayoutOptions
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
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.

Constructors

Name Description
BandLayoutOptions()

Properties

Name Description
ColumnCount

Gets or sets a number of columns that should be displayed on each band sheet when the tablix is rendered.

CoverFlow

Gets or sets the coverflow settings.

PlayAxis

Gets or sets the play axis settings.

RowCount

Gets or sets a number of rows that should be displayed on each band sheet when the tablix is rendered.

TabStrip

Gets or sets the tabstrip settings.

Extension Methods