or
Private
Sub
Table1_NeedDataSource(sender
As
Object
, e
As
System.EventArgs)
Handles
Table1.NeedDataSource
Dim
tbl
As
Telerik.Reporting.Processing.Table = TryCast(sender, Processing.Table)
Dim
obj
As
Object
= tbl.Report.ReportHeader
' Dim sect As Processing.ReportSection = TryCast(Processing.ElementTreeHelper.GetChildByName(tbl.Report, "ReportHeaderSection1"), Processing.ReportSection)
End
Sub