Back to Devexpress

XtraReport.HtmlItemCreated Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareport-a39e171b.md

latest1.9 KB
Original Source

XtraReport.HtmlItemCreated Event

Overrides the XRControl.HtmlItemCreated property.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public override event HtmlEventHandler HtmlItemCreated
vb
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:

PropertyDescription
BrickGets a visual brick that represents the content of the currently processed item on a report page.
ContentCellGets the content of the currently processed item.
ScriptContainerGets 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

XtraReport Class

XtraReport Members

DevExpress.XtraReports.UI Namespace