PDA

Click to See Complete Forum and Search --> : .Net Version of Crystal Reports


msohaib
Aug 12th, 2002, 11:36 PM
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

Desbaratizador
Aug 13th, 2002, 11:23 AM
In previous versions of crystal reports a text box have a method named SetText:

example: MyReport.crtxtExample.SetText "My text"