Skip to main content

HtmlEventArgs.ScriptContainer Property

Gets an object that implements the IScriptContainer interface and is used for registering the scripts and styles in the current HTML document.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public IScriptContainer ScriptContainer { get; }

Property Value

Type Description
IScriptContainer

An object implementing the IScriptContainer interface.

See Also