[]
Represents a specific layout options to use when the Tablix is rendered on the canvas.
public class BandLayoutOptions
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.
| Name | Description |
|---|---|
| BandLayoutOptions() |
| 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. |