|
-
Jan 26th, 2009, 12:55 PM
#1
Thread Starter
New Member
Data Report - Edit RptTextBox in HeaderSection at RunTime
Hi folk´s
How can i set RptTextBox value in HeaderSection at Runtime?
I want to set it based on a global variable.
Thanks
-
Jan 26th, 2009, 01:07 PM
#2
Re: Data Report - Edit RptTextBox in HeaderSection at RunTime
You can access the report controls through the Sections and Controls collections of the DataReport object.
DataReport1.Sections("Section2").Controls("Label1").Caption = "Hello World"
Section2 is the default name of the PageHeader section.
-
Jan 26th, 2009, 02:44 PM
#3
Thread Starter
New Member
Re: Data Report - Edit RptTextBox in HeaderSection at RunTime
Thank you, brucevde. Problem solved.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|