Skip to main content

ObjectStorageInfo(String, String, String) Constructor

For internal use.

Namespace: DevExpress.XtraReports.Serialization

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

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