Skip to main content
All docs
V26.1
  • PromptToReportRequest(String, String, XtraReport) Constructor

    Initializes a new instance of the PromptToReportRequest class with specified settings.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

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

    Declaration

    public PromptToReportRequest(
        string userPrompt,
        string dataSourceSchema,
        XtraReport report = null
    )

    Parameters

    Name Type Description
    userPrompt String

    The natural-language prompt used to generate or update a report.

    dataSourceSchema String

    A schema that describes fields available for report generation.

    Optional Parameters

    Name Type Default Description
    report XtraReport null

    An existing report instance to update. If null, a new report is generated.

    See Also