I want to find code to acceed textobject in a subreport.
It's currently ok for report textobject only, using following code.
'''
Dim Report As New RepRow()
Report.SetDataSource(DS)
Dim Field1 As TextObject = Report.ReportDefinition.ReportObjects
.Item("tDate"
Field1.Text = Format(dPicker2.Value, "dd/MM/yyyy"
'''
If someone can help me ...
Thanks.
It's currently ok for report textobject only, using following code.
'''
Dim Report As New RepRow()
Report.SetDataSource(DS)
Dim Field1 As TextObject = Report.ReportDefinition.ReportObjects
.Item("tDate"
Field1.Text = Format(dPicker2.Value, "dd/MM/yyyy"
'''
If someone can help me ...
Thanks.