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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current 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.
|