WizardSettings Members
Contains the Report Wizard settings.Constructors
| Name | Description |
|---|---|
| WizardSettings() | Initializes a new instance of the WizardSettings class. |
Properties
| Name | Description |
|---|---|
| EnableFederationDataSource | Allows you to hide the Data Federation option and related pages in the Data Source Wizard. |
| EnableJsonDataSource | Allows you to hide the JSON data source option and related pages in the Data Source Wizard. |
| EnableMongoDBDataSource | |
| EnableObjectDataSource | Allows you to hide the Object Data Source option and related pages in the Data Source Wizard. |
| EnableSqlDataSource | Allows you to hide the Database option and related pages in the Data Source Wizard. |
| ReportWizardTemplatesSearchBoxVisibility | Specifies whether to display the search box on the Select Report Type page. |
| UseFullscreenWizard | Specifies whether the Report Wizard operates in a full-screen page with complex layout or in a popup window with plain layout. |
| UseMasterDetailWizard | Specifies whether the Report Wizard displays a full page with complex layout that enables you to create master-detail reports and specify grouping and summary options. |
Methods
| Name | Description |
|---|---|
| Assign(WizardSettings) | Copies all the settings from the WizardSettings object passed as the parameter. |
| 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