API Reference
Interface
ILicenseGate
Simple feature gate to enable licensing later without changing report code.
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ReportingConfig.Features
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.