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?