Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerBrick.content Property

Provides access to a brick’s content.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public Dictionary<string, string> content { get; }

Property Value

Type Description
Dictionary<String, String>

A dictionary that stores content keys along with the corresponding contents.

See Also