Click or drag to resize

ReportsIsTypeOK Method

Verifies the item is an acceptable type (a Report).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: SystemObject
The object to check.

Return Value

Type: Boolean
true if the object is of type Report, otherwise false
See Also