ReportModelAIExtensions.GetPredefinedAIReportPrompts(ReportModel) Method
Obtains prompt suggestions stored in a report model.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
public static IEnumerable<AIReportPrompt> GetPredefinedAIReportPrompts(
this ReportModel model
)
Parameters
Name | Type | Description |
---|---|---|
model | ReportModel | The report model that stores settings defined on Report Wizard pages. |
Returns
Type | Description |
---|---|
IEnumerable<AIReportPrompt> | The prompt collection. |
See Also