[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IRdlContainer

IRdlContainer Interface

Represents a container for report items in an RDL (Report Definition Language) report.

Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IRdlContainer : IReportComponent, IComponent, IDisposable

Properties

Name Description
ReportItems

Gets a collection of report items contained in the container.

Methods

Name Description
SortReportItems()

Sorts the report items to improve rendering performance.

Extension Methods