Skip to main content
A newer version of this page is available. .

ReportStorageExtension Methods

Carries the functionality that is required to implement custom serialization of report definitions.
Name Description
AfterGetData(String, XtraReport) When overridden, performs custom actions after the GetData(String) method is performed.
CanSetData(String) Determines whether it is allowed to store a report in a Report Storage, using the specified URL.
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 a report definition stored in a Report Storage using the specified URL.
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 specified URL is valid in the current Report Storage.
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) Stores the specified report to a Report Storage using the specified stream.
SetData(XtraReport, String) Stores the specified report to a Report Storage using the specified URL.
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