XRPdfContent.HtmlItemCreated Event
In This Article
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public override event HtmlEventHandler HtmlItemCreated
#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. |
Content |
Gets the content of the currently processed item. |
Script |
Gets an object that implements the IScript |
See Also