ReportWizardCustomizationService Methods
Allows you to customize the report created in the Report Designer.| Name | Description |
|---|---|
| CustomizeReportOnFinish(XtraReport) | Allows you to customize the report before loading it into the End-User Designer for further editing. |
| CustomizeReportOnFinishAsync(XtraReport) | Allows you to customize the report before loading it into the End-User Designer for further editing, asynchronously. |
| CustomizeReportTypeList(ReportWizardTemplateCollection) | Allows you to register custom report templates on the start screen of the Report Wizard. |
| CustomizeReportTypeListAsync(ReportWizardTemplateCollection) | Allows you to register custom report templates on the start screen of the Report Wizard. |
| 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. |
| TryCreateCustomReport(XtraReportModel, Object, String, CustomWizardData, XtraReport) | Allows you to create any type of report and apply all settings specified using wizard steps. |
| TryCreateCustomReportAsync(XtraReportModel, Object, String, CustomWizardData, XtraReport) | Allows you to create any type of report and apply all settings specified in the wizard steps, asynchronously. |
See Also