[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table.ITableDetail

ITableDetail Interface

Represents an interface for a table detail object.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Table
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface ITableDetail : IRenderComponent, IServiceProvider, IToggleReceiver, ISectionRegion

Properties

Name Description
EndSection

Gets the location where the layout should continue.

KeepTogether

Gets a value indicating whether the table details are kept together on a single page where possible.

PageBreak

Gets the page breaking options.

Rows

Gets a collection of table rows associated with this detail instance.

Extension Methods