[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.ReportStore

ReportStore Class

Stores reports obtained during build of data tree definition.

Inheritance
ReportStore
Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public sealed class ReportStore

Constructors

Name Description
ReportStore(Report, ResourceLocator)

Fields

Name Description
ResourceLocator
RootReport

Properties

Name Description
IsInteractive

Determines whether the root report has interactive sortings.

Methods

Name Description
GetCumulativeExpressions()
GetNextReportName()
GetReport(string)

Gets page report definition for given data tree query definition.

GetSubReport(Subreport)

Gets page report for given subreport control.

GetSubreports(ResourceLocator)

Returns list of registered subreports and subreports dependency map for snapshot creation.

Register(Subreport, Report)

Registers association of subreport control with its page report definition.

Register(string, Report)

Registers association of page report with its data tree definition.

RegisterCumulatives(IEnumerable<ExpressionInfo>)

Extension Methods