Skip to main content
All docs
V26.1
  • ReportPromptToExpressionBehavior Class

    Converts natural language into valid expressions.

    Namespace: DevExpress.AIIntegration.Wpf.Reporting

    Assembly: DevExpress.AIIntegration.Wpf.Reporting.v26.1.dll

    Declaration

    public class ReportPromptToExpressionBehavior :
        ReportDesignerBehaviorBase

    Remarks

    Prompt to Expression converts natural language into valid expressions. Instead of writing complex expressions, users describe the desired logic in plain text.

    The system sends the prompt to the configured AI service, which generates a valid expression. The Expression Editor or Filter Editor displays the result immediately. If Prompt to Expression fails to create a valid expression, it displays a message that informs the user that a valid expression was not generated.

    Prompt to Expression - WPF Expression and Filter Editors, DevExpress Reports

    Run Demo: Prompt to Expression

    See the following help topic for additional information: Generate Expressions from Prompts (WinForms Report Designer).

    Inheritance

    Show 11 items
    Object
    DispatcherObject
    DependencyObject
    Freezable
    Animatable
    DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
    DevExpress.Mvvm.UI.Interactivity.Behavior
    DevExpress.Mvvm.UI.Interactivity.Behavior<DependencyObject>
    DevExpress.AIIntegration.Wpf.Internal.AIBehavior
    ReportDesignerBehaviorBase
    ReportPromptToExpressionBehavior
    See Also