Dear all,
i have installed a vs.net with crystal reports.
my problem is this :
i have a text box at page header section .
i want to set this text box value at runtime .
plz help me
Printable View
Dear all,
i have installed a vs.net with crystal reports.
my problem is this :
i have a text box at page header section .
i want to set this text box value at runtime .
plz help me
In previous versions of crystal reports a text box have a method named SetText:
example: MyReport.crtxtExample.SetText "My text"