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

ReportViewerClientSideEvents.Init Property

Overrides the ClientSideEvents.Init property to hide it.

Namespace: DevExpress.XtraReports.Web

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

Declaration

[Browsable(false)]
public string Init { get; set; }

Property Value

Type Description
String

Always Empty.

Remarks

This property is overridden to hide the corresponding property of the ClientSideEvents class, because the Init property isn’t appropriate for the ReportViewerClientSideEvents class.

See Also