Telerik Reporting

Each report item on a report exposes these events:

Property Description
ItemDataBinding Fires just before the item is bound to data.
ItemDataBound Fires just after the item is bound to data.

The SubReport report item exposes one additional event:

  • NeedDataSource: This event fires when the SubReport does not have a valid data source bound to it. See Display Hierarchical Data with SubReports for an example.

For an example see the FAQ topic "How do I combine values of two columns to a single TextBox?"

See Also