[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix.IBandLayoutOptions

IBandLayoutOptions Interface

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

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Tablix
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public interface IBandLayoutOptions

Properties

Name Description
ColumnCount

Gets the number of columns that should be displayed on each band sheet when the Tablix is rendered.

CoverFlow

Gets the coverflow settings.

PlayAxis

Gets the play axis settings.

RowCount

Gets the number of rows that should be displayed on each band sheet when the Tablix is rendered.

TabStrip

Gets the tabstrip settings.

Extension Methods