A newer version of this page is available.
Switch to the current version.
XtraReport.HtmlItemCreated Event
Overrides the XRControl.HtmlItemCreated property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public override event HtmlEventHandler HtmlItemCreated
Public Overrides Event HtmlItemCreated As HtmlEventHandler
Event Data
The HtmlItemCreated event's data class is HtmlEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Brick | Gets a visual brick that represents the content of the currently processed item on a report page. |
ContentCell | Gets the content of the currently processed item. |
ScriptContainer | Gets an object that implements the IScriptContainer interface and is used for registering the scripts and styles in the current HTML document. |
Remarks
This event is intended to hide the corresponding event of the XRControl class.
See Also
Feedback