AIReportingIntegration Methods
Implements core functionality for DevExpress Reports AI-powered extensions and services.Name | Description |
---|---|
CreateLocalizeExtension(IAIExtensionsContainer, String) static |
Creates a new instance of the LocalizeExtension class.
|
CreatePromptToExpressionExtension(IAIExtensionsContainer, String) static |
Creates a new instance of the PromptToExpressionExtension class.
|
CreatePromptToReportExtension(IAIExtensionsContainer, String) static |
Creates a new instance of the PromptToReportExtension class.
|
CreateTestDataSourceExtension(IAIExtensionsContainer, String) static |
Creates a new instance of the TestDataSourceExtension class.
|
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. |
GeneratePromptToExpressionAsync(IAIExtensionsContainer, PromptToExpressionRequest, CancellationToken) static | Generates an expression from the specified prompt. |
GeneratePromptToReportAsync(IAIExtensionsContainer, PromptToReportRequest, CancellationToken) static | Generate a report from the specified prompt. |
GenerateTestDataSourceAsync(IAIExtensionsContainer, TestDataSourceRequest, CancellationToken) static | Generates a test data source. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
LocalizeAsync(IAIExtensionsContainer, LocalizeRequest, CancellationToken) static | Translates the report’s localizable property values into the specified language. |
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