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.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
| Type | Description |
|---|---|
| IScriptContainer | An object implementing the IScriptContainer interface. |
See Also