[]
Builds a query for the given ReportStore and SubreportsInfo templates.
public static Def.Report BuildQuery(this ReportStore reportStore)
Type | Name | Description |
---|---|---|
ReportStore | reportStore | The report store. |
Type | Description |
---|---|
Def.Report | A GrapeCity.Enterprise.Data.DataEngine.Def.Report object representing the built query. |
Builds a query for the given ReportStore and SubreportsInfo templates.
public static Def.Report BuildQuery(this ReportStore reportStore, IExpressionEvaluatorService evaluatorService)
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). |
Type | Description |
---|---|
Def.Report | A GrapeCity.Enterprise.Data.DataEngine.Def.Report object representing the built query. |
This method is intended for use in Wyn Reporting