AJE Components
Report RuleToBoolean Method (String, String, ReportSharedQuery QueryTypes, String, String)AJE Data Report Engine Help
Function returns the Report Item Rule as a Boolean.

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

public bool RuleToBoolean(
	string Rule,
	string RuleName,
	ReportSharedQuery..::..QueryTypes RuleType = ReportSharedQuery..::..QueryTypes.XQuery,
	string Namespace = "",
	string ContextXML = ""
)

Return Value

Type: OnlineBoolean
Remarks

See Also