ReportModelAIExtensions Members
Contains extension methods to configure intermediate AI-related settings in a report model.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. |
GetAIParameters(ReportModel) static | Obtains AI wizard settings stored in a report model. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetIsAIReportType(ReportModel) static | Returns whether the selected report type is the AI-generated report. |
GetPredefinedAIReportPrompts(ReportModel) static | Obtains prompt suggestions stored in a report model. |
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. |
SetAIParameters(ReportModel, AIParameters) static | Adds default AI wizard settings to a report model. |
SetIsAIReportType(ReportModel, Boolean) static | Indicates whether the selected report type is AI-generated. |
SetPredefinedAIReportPrompts(ReportModel, IEnumerable<AIReportPrompt>) static | Adds prompt suggestions to a report model. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also