Skip to main content

ReportViewerClientSideEvents.Init Property

Overrides the ClientSideEvents.Init property to hide it.

Namespace: DevExpress.XtraReports.Web

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

NuGet Package: DevExpress.Web.Reporting

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