Reply
 
LinkBack Thread Tools Display Modes
Old 08-03-2009, 08:51 PM   #1 (permalink)
Senior Member
 
Join Date: Jul 2008
Location: Olympia, WA
Posts: 342
grichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the rough
Send a message via Skype™ to grichards
Default full control controls

i see the ReportUtilities.SetControlTopPosition method, is there a ReportUtilities.SetControlWidth or something of the like?
grichards is offline   Reply With Quote
Old 08-03-2009, 09:59 PM   #2 (permalink)
Certified Partner
 
Ryan Brown's Avatar
 
Join Date: Mar 2006
Location: San Diego, CA
Posts: 182
Ryan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud ofRyan Brown has much to be proud of
Default

Have you ever checked out the Active Reports Forum? I've found a lot of helpful information for my non D-Tools specific report design questions. There is a lot of formatting that can be done to controls via scripting and the guys at that forum are very helpful. ActiveReports for .NET Support - GrapeCity-Data Dynamics
__________________
Ryan Brown
Media Environment Design
Founding D-Tools Certified Partner
(760) 434-9040
ryanbrown@medesign.tv
Linked In
D-Tools Custom Reports
Free D-Tools QuickTips Videos
Ryan Brown is offline   Reply With Quote
Old 08-04-2009, 10:30 AM   #3 (permalink)
Senior Member
 
Join Date: May 2009
Location: Chennai, India
Posts: 157
nkarthick is on a distinguished road
Default

As of now there is no method in Report Utilities to set the control width, but you can set the width of the control via script by using ReturnARControl method of Report Utilities.

Sample Script Code -

Code:
Dim arControl As ARControl
arControl = ReportUtilities.ReturnARControl(rpt,"GroupHeader1","txtCompanyAddress")
arControl.Width = 2

Syntax –
ReturnARControl(ByVal report As ActiveReport3, ByVal sectionName As String, ByVal controlName As String) As ARControl

Hope it helps.
__________________
Narayana Karthik
nkarthick is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
AutoCAD Layer Control fryeguy Layer, Color and Linetype 1 04-02-2009 04:55 PM
What does everyone here use for inventory control? EricOPUS General Section 7 07-15-2008 03:35 AM
Lighting control locations Dingo Dog 'How Do I' Questions 0 05-26-2007 05:38 AM
Couple of questions... MrDigitronic 'How Do I' Questions 3 04-09-2007 04:42 AM
System Descriptions avtechohio 'How Do I' Questions 2 12-06-2006 04:38 AM


All times are GMT. The time now is 09:01 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
D-Tools, Inc.