ReportStorageExtension Methods
Allows you to implement a custom report storage to save and retrieve reports in the End-User Report Designer.
Name | Description |
---|---|
After |
|
Can |
Determines whether a report with the specified report identifier can be saved. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Returns report layout data stored within a report storage medium by the specified report name (identifier). |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a unique URL for a report being restored from a Report Storage. |
Get |
Returns the array of the existing report URLs. |
Get |
Determines whether standard URLs are supported. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Determines whether the report identifier passed to the current report storage is valid. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers the specified Report Storage extension to be used by all End-User Designers within the current application. |
Set |
This method is not used in the default report storage implementation. |
Set |
Stores the specified report to a Report Storage by the specified identifier (saves existing reports only). |
Set |
Stores the specified report object in a Report Storage as a new report using the default URL. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also