AIReportingConfigurationBuilder Methods
Exposes methods that activate AI-powered functionality in Web Report Designer and Web Document Viewer.Name | Description |
---|---|
AddLocalization() | Activates AI-powered report localization functionality in the Web Report Designer. |
AddLocalization(Action<AIConfigurationBuilderBase>) | Activates AI-powered report localization functionality in the Web Report Designer. |
AddPromptToExpressionConverter() | Activates AI-powered Prompt-to-Expression functionality in the Web Report Designer. |
AddPromptToExpressionConverter(Action<AIPromptToExpressionConfigurationBuilder>) | Activates AI-powered Prompt-to-Expression functionality in the Web Report Designer. |
AddPromptToReportConverter() | Activates AI-powered Prompt-to-Report functionality in the Web Report Designer. |
AddPromptToReportConverter(Action<AIPromptToReportConverterConfigurationBuilder>) | Activates AI-powered Prompt-to-Report functionality in the Web Report Designer. |
AddSummarization(Action<AISummarizationConfigurationBuilder>) | Activates AI-powered content summarization functionality in Web Document Viewer and Report Designer Preview. |
AddTestDataSource() | Activates AI-generated Test Data functionality in the Web Report Designer. |
AddTestDataSource(Action<AITestDataSourceConfigurationBuilder>) | Activates AI-powered Report Preview with Test Data Source functionality in the Web Report Designer.’ |
AddTranslation(Action<AITranslationConfigurationBuilder>) | Activates AI-powered content translation functionality in Web Document Viewer and Report Designer Preview. |
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