Click here to Skip to main content
15,908,437 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi firends

how can i change textbox value on the reportviewer

What I have tried:

.ReportViewer1.Controls("Textbox1").Text = "report for....."
Posted
Updated 17-Mar-20 10:01am

1 solution

I saw something like this:
VB
ReportItems("TextBox1").Value = "Some value"

But(!) i'm not sure if it is working...

I'd suggest to read this: Using ReportViewer[^]
 
Share this answer
 
Comments
codejet 18-Mar-20 7:37am    
Which report viewer are we talking about here Microsoft or Crystal?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900