ActiveReports for .NET 3.0 Support

Started by MEDReportGuy at 03-10-2010 11:45 AM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   03-10-2010, 11:45 AM
MEDReportGuy is not online. Last active: 7/18/2011 10:19:59 PM MEDReportGuy

Not Ranked
Joined on 07-08-2008
San Diego, CA
Posts 22
Insert Periods after unused space inside of a control
I am creating a proposal report and looking to have periods inserted after the data inserted into a textbox control

For example my control is 5.5 inches wide and the data being populated there varies in length.

Is there a way to insert periods after the unused space in the control?


TextTextTextTextTextText.....................................
TextTextText.........................................................

Any way to do this?

Ryan Brown
Media Environment Design, Inc.
   Report 
   03-10-2010, 9:48 PM
AnkitN is not online. Last active: 6/8/2010 6:43:55 AM AnkitN

Top 25 Posts
Joined on 03-03-2009
Posts 844

DDStaff
Re: Insert Periods after unused space inside of a control
Hello,

Do you want to concatenate periods (string) after the data in a textbox? You can concatenate data to a textbox in the section format event like:

private void detail_Format(object sender, EventArgs e)
{
   textBox1.Text += "ABC";
}

Regards,
Ankit Nigam


   Report 
GrapeCity » Product Support » ActiveReports f... » Re: Insert Periods after unused space inside of a control

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