|
-
Jan 4th, 2016, 08:58 AM
#1
Thread Starter
Junior Member
What is the equivalent code of this line in VB.Net?
here is a line i've coded in VB6 to access the width of TextBox control in the report:
Code:
datareport1.sections("details").controls("txtbox.text").width = 100
so, what is the equivalent code in VB.Net?
how can i access the control properties of Report.rdlc by code?
Tags for this Thread
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
|