AIPromptToReportConverterConfigurationBuilder Methods
Configures AI-powered Prompt-to-Report in Web Report Designer.| Name | Description |
|---|---|
| ConfigurePredefinedPrompts(Action<List<AIReportPrompt>>) | Allows you to modify the collection of predefined prompts shown in the Report Wizard. |
| 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. |
| FixLayoutErrors() | Specifies whether to automatically resolve report control overlapping. |
| 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. |
| SetRetryAttemptCount(Int32) | Specifies the number of attempts to fix report layout errors that may appear in the LLM response. |
| SetTemperature(Single) | Specifies output randomness. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also