Skip to main content
All docs
V25.1
  • ReportPromptToReportBehaviorProperties Members

    Contains ReportPromptToReportBehavior settings.

    Constructors

    Name Description
    ReportPromptToReportBehaviorProperties() Initializes a new instance of the ReportPromptToReportBehaviorProperties class.

    Properties

    Name Description
    FixLayoutErrors Specifies whether to automatically resolve report control overlapping.
    PredefinedPrompts Specifies predefined prompts that can be used to create a report in the Report Wizard.
    RetryAttemptCount Specifies the number of attempts to fix report layout errors that may appear in the LLM response.
    Temperature Controls output randomness. Lower temperatures (values between 0f and 0.5f) yield more predictable and focused outputs, while higher temperatures (values between 0.5f and 1f) produce more diverse and creative responses. The default value is 0f.

    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.
    See Also