Sir ,
plz tell me how to display current date in report viewer in vb.net

Recommended Answers

All 3 Replies

Design it in the report, else you've parameter you can pass its value at runtime using SetParameters(List<ReportParameter>) method.

thanks for the reply
I have one more query that how to make first letter capital and rest small in textbox during input of data.

ToUpper method, you can use it to convert character to capital.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.