Gets or sets the Context Type for the Report Data Context.
Namespace: AJE.DataReportEngineAssembly: AJE.DataReportEngine (in AJE.DataReportEngine.dll) Version: 4.0.8409.29839 (4.0.1.1)
public ContextTypes ContextType { get; set; }
public ContextTypes ContextType { get; set; }
Public Property ContextType As ContextTypes
Get
Set
Public Property ContextType As ContextTypes
Get
Set
public:
property ContextTypes ContextType {
ContextTypes get ();
void set (ContextTypes value);
}
public:
property ContextTypes ContextType {
ContextTypes get ();
void set (ContextTypes value);
}
Property Value
Type:
ContextTypesCan be either a Query as XQuery or Python or an XML, CSV, JSon or a HTML File for the Data Context.