Skip to main content

ReportStorageExtension Members

Allows you to implement a custom report storage to save and retrieve reports in the End-User Report Designer.

Methods

Name Description
AfterGetData(String, XtraReport)
CanSetData(String)
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)
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)
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)
SetData(XtraReport, String)
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