Skip to main content
All docs
V26.1
  • PromptToReportRequest Members

    A request to generate a report from the specified prompt.

    Constructors

    Name Description
    PromptToReportRequest(String, String, XtraReport) Initializes a new instance of the PromptToReportRequest class with specified settings.

    Properties

    Name Description
    DataSourceSchema Specifies a schema of a report’s data source.
    FixLayoutErrors Specifies whether the generation workflow should attempt to fix report layout errors.
    Options Gets request options. Inherited from TextRequest.
    Report Specifies an existing report that the generation workflow should update.
    ReportGenerationHost Specifies a host that handles prompt clarifications and progress updates.
    RetryAttemptCount Specifies the number of attempts to fix report layout errors the generation workflow can use.
    Text Gets or sets the text to manage. Inherited from TextRequest.

    Methods

    Name Description
    Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
    Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
    GetHashCode() Serves as the default hash function. Inherited from Object.
    GetType() Gets the Type of the current instance. Inherited from Object.
    MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
    ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
    ToString() Returns a string that represents the current object. Inherited from Object.
    See Also