[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataTreeBuilder.BuildQuery

BuildQuery Method

BuildQuery(ReportStore)

Builds a query for the given ReportStore and SubreportsInfo templates.

Declaration
public static Def.Report BuildQuery(this ReportStore reportStore)
Parameters
Type Name Description
ReportStore reportStore

The report store.

Returns
Type Description
Def.Report

A GrapeCity.Enterprise.Data.DataEngine.Def.Report object representing the built query.

BuildQuery(ReportStore, IExpressionEvaluatorService)

Builds a query for the given ReportStore and SubreportsInfo templates.

Declaration
public static Def.Report BuildQuery(this ReportStore reportStore, IExpressionEvaluatorService evaluatorService)
Parameters
Type Name Description
ReportStore reportStore

The report store.

IExpressionEvaluatorService evaluatorService

The expression evaluator service, optional. This service is used to build dynamic query (dynamic groups in Tablix/Table/BandedList).

Returns
Type Description
Def.Report

A GrapeCity.Enterprise.Data.DataEngine.Def.Report object representing the built query.

Remarks

This method is intended for use in Wyn Reporting