[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.IListGrid

IListGrid Interface

Represents an extension of the IList interface by adding multi-column/row capability.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IListGrid : IList, IDataRegion, IOverflowItem, ISectionRegion, IPageRegion, IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem, IFixedSizeItem

Properties

Name Description
GrowDirection

Gets the list layout grow direction.

RowsOrColumnsCount

Gets the number of rows or columns, depending on the grow direction.

Extension Methods