Indicates the state of the RAG optimization for the request.
Definition
Namespace:Telerik.Reporting.Services.Engine
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum AIRequestInfo.RAGOptimizationState
Fields
Indicates that the RAG algorithm was applied to the request.
C#
Applied = 1
Indicates that the RAG algorithm was not applicable for the current request.
C#
NotApplicable = 0
Indicates that the RAG algorithm was not applied to the request.
C#
NotApplied = 2