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

StorageOptions Members

Provides settings specifying the saving format for report files in an End-User Report Designer for WinForms.

Constructors

Name Description
StorageOptions() Initializes a new instance of the StorageOptions class with the default settings.

Properties

Name Description
Extension For internal use.
RootDirectory Specifies the directory to which a XRSubreport refers when the XRSubreport.ReportSourceUrl property is assigned a relative path to the report definition file.
SavingFormat Specifies the format for serializing reports in the End-User Report Designer for WinForms.
ShouldKeepLoadingFormat Specifies whether to save the opened reports using their original serialization format (CodeDOM or XML).

Methods

Name Description
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
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.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also