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

ObjectStorageInfo(String, String, String) Constructor

For internal use.

Namespace: DevExpress.XtraReports.Serialization

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ObjectStorageInfo(
    string type,
    string content,
    string contentRef
)

Parameters

Name Type Description
type String

A String value.

content String

A String value.

contentRef String

A String value.

See Also