API Reference
Interface
ILicenseGate
Simple feature gate to enable licensing later without changing report code.
Methods
public abstract Boolean IsEnabled(ReportFeature feature) #Returns:
BooleanDetermines whether a given report feature is enabled for the current environment or license.
Parameters
- feature TestimoX.Configuration.Engine.ReportFeature
- The feature to check.
Returns
true when the feature is allowed; otherwise false.