Skip to main content
All docs
V26.1
  • PromptToReportRequest.Report Property

    Specifies an existing report that the generation workflow should update.

    Namespace: DevExpress.AIIntegration.Reporting.Common.Extensions

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

    Declaration

    public XtraReport Report { get; set; }

    Property Value

    Type Description
    XtraReport

    The report instance to update.

    See Also