ActiveReports Developers 7 Now Available in Beta!! (click for details)

ActiveReports for .NET 2.0 Support

Started by VPunniyakodi at 01-28-2010 3:55 AM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   01-28-2010, 3:55 AM
VPunniyakodi is not online. Last active: 1/29/2010 1:38:57 PM VPunniyakodi

Not Ranked
Joined on 11-12-2009
Posts 1
CheckBox: Indicating checked with a Cross Mark
Please help us to find out how to get Cross Mark when checkbox is Checked in ActiveReport for .NET 2.0



Thanks in Advance
Punniyakodi. V
   Report 
   01-28-2010, 10:21 AM
AashishB is not online. Last active: 12/24/2010 3:51:14 PM AashishB

Top 25 Posts
Joined on 12-11-2008
Posts 818
Re: CheckBox: Indicating checked with a Cross Mark
Could you please let me know in details which Cross Mark are you referring to? You can find out the state of the checkbox by code similar to:

if (this.checkBox1.Checked == true)
        {
            this.textBox1.Visible = true;
        }
        else
        {
            this.textBox1.Visible = false;
        }


Regards,
Aashish

   Report 
GrapeCity » Product Support » ActiveReports f... » CheckBox: Indicating checked with a Cross Mark

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.