Click or drag to resize

reportOutputSupportcheckSupport Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Checks collection of outputs for compatibility with API.

Namespace:  imbSCI.Core.reporting.format
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public List<reportOutputFormatName> checkSupport(
	bool exceptionOnNotSupported,
	params reportOutputFormatName[] outputs
)
Request Example View Source

Parameters

exceptionOnNotSupported
Type: SystemBoolean
if set to true [exception on not supported].
outputs
Type: imbSCI.Core.reporting.formatreportOutputFormatName
The outputs.

Return Value

Type: ListreportOutputFormatName
Exceptions
ExceptionCondition
ExceptionFormat [" + format.ToString() + "] not supported by reporting API.
See Also