Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
blas53
Starting Member
15 Posts |
Posted - 2005-10-06 : 10:49:45
|
Hello,Is there a way to access from the embedded code objects created inside of the report? For example modify the location and width of a TextBox?Can you create dynamically new objects from within the code and place them on the report?What I'm trying to do is an organisation chart in the report. But because it can change depending on the department you are looking at I need to move components around or create new ones.Thanks for your cooperation. |
|
ditch
Master Smack Fu Yak Hacker
1466 Posts |
Posted - 2005-10-06 : 17:15:17
|
I don't think so - all you can do is create public functions that return values used for FORMATTING OR CalculationsDuane. |
 |
|
|
|
|