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

ReportDocumentMap.ClientInstanceName Property

Specifies the name of a client-side instance of the ReportDocumentMap.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[DefaultValue("")]
public string ClientInstanceName { get; set; }

Property Value

Type Default Description
String String.Empty

A String value.

See Also