ReportStorageExtension Methods
Allows you to implement a custom report storage to save and retrieve reports in the End-User Report Designer.| Name | Description |
|---|---|
| AfterGetData(String, XtraReport) | |
| CanSetData(String) | Determines whether a report with the specified report identifier can be saved. |
| 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. |
| GetData(String) | Returns report layout data stored within a report storage medium by the specified report name (identifier). |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetNewUrl() | Returns a unique URL for a report being restored from a Report Storage. |
| GetStandardUrls(ITypeDescriptorContext) | Returns the array of the existing report URLs. |
| GetStandardUrlsSupported(ITypeDescriptorContext) | Determines whether standard URLs are supported. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| IsValidUrl(String) | Determines whether the report identifier passed to the current report storage is valid. |
| 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. |
| RegisterExtensionGlobal(ReportStorageExtension) static | Registers the specified Report Storage extension to be used by all End-User Designers within the current application. |
| SetData(XtraReport, Stream) | This method is not used in the default report storage implementation. |
| SetData(XtraReport, String) | Stores the specified report to a Report Storage by the specified identifier (saves existing reports only). |
| SetNewData(XtraReport, String) | Stores the specified report object in a Report Storage as a new report using the default URL. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also