AJE Components
ReportDataTabling ReportDataTableContexts EnumerationAJE Data Report Engine Help
Represents the Context of a Query on a Report Data Table.

Namespace: AJE.DataReportEngine
Assembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
Syntax

public enum ReportDataTableContexts
Members

  Member nameValueDescription
None0 No Context will be used for the Query.
Root1 The Root Context will be used for the Query.
Data2 The Data Context will be used for the Query.
Manifest3 The Report Manifest will be used for the Query.
Report4 Report Context will be used for the Query.
Reporting5 Reporting Context will be used for the Query.
Table6 The Table Context will be used for the Query.
Parent7 The Parent Context will be used for the Query.
Container8 The Container Context will be used for the Query.
Column9 The Column Context of the Item will be used for the Query.
Row10 The Row Context of the Item will be used for the Query.
Previous_Row11 The Previous Row Context of the Item will be used for the Query.
Next_Row12 The Next Row Context of the Item will be used for the Query.
First_Row13 The First Row Context of the Item will be used for the Query.
Last_Row14 The Last Row Context of the Item will be used for the Query.
Remarks

See Also