Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
The name of the object You will hide dot Visible=false; // to hide and true to show. Janus S. Andersen
Denmark
Telerik.Reporting.
TextBox txt = (ReportViewer.Report as Report).Items.Find("DataTextBox", true)[0] as Telerik.Reporting.TextBox;
txt.Visible =
false;
Report is dll of my ClassLibrary which i refer to in my project.
Thanks...