ReportPromptToReportBehavior.Create(Type, Nullable<Int32>, Nullable<Boolean>, Nullable<Single>) Method
This method is intended for internal use. You do not need to call it directly from your code.
Namespace: DevExpress.AIIntegration.WinForms.Reporting
Assembly: DevExpress.AIIntegration.WinForms.Reporting.v25.1.dll
NuGet Package: DevExpress.AIIntegration.WinForms.Reporting
Declaration
[Browsable(false)]
public static ReportPromptToReportBehavior Create(
Type behaviorSourceType,
int? retryErrorCount,
bool? fixLayoutErrors,
float? temperature
)
Parameters
| Name | Type |
|---|---|
| behaviorSourceType | Type |
| retryErrorCount | Nullable<Int32> |
| fixLayoutErrors | Nullable<Boolean> |
| temperature | Nullable<Single> |
Returns
| Type |
|---|
| ReportPromptToReportBehavior |
See Also