AJE Components
ReportDataContextBase ContextType Property AJE Data Report Engine Help
Gets or sets the Context Type for the Report Data Context.

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

public ContextTypes ContextType { get; set; }

Property Value

Type: ContextTypes
Remarks

Can be either a Query as XQuery or Python or an XML, CSV, JSon or a HTML File for the Data Context.
See Also