ReportTestDataSourceBehavior Constructors
Generates AI-powered test data to preview reports in the WinForms Report Designer.| Name | Parameters | Description |
|---|---|---|
| ReportTestDataSourceBehavior(Type, Nullable<Int32>, Nullable<Single>) | behaviorSourceType, rowCount, temperature | Initializes a new instance of the ReportTestDataSourceBehavior class with specified settings. |
| ReportTestDataSourceBehavior(Type) | behaviorSourceType | Initializes a new instance of the ReportTestDataSourceBehavior class with specified settings. |
See Also