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.

 All Forums
 Development Tools
 Reporting Services Development
 Justify text

Author  Topic 

blas53
Starting Member

15 Posts

Posted - 2005-10-11 : 09:59:26
Hello,

Is there any way to full justify text in sql reporting services?
I need the text to be justified due to requirements to the report.

Thanks a lot for your help.

Vivaldi
Constraint Violating Yak Guru

298 Posts

Posted - 2005-10-11 : 10:21:34

Don't think so, not the way you can make word doc evenly space itself between margins. seems kind of strange for a report, anywho.

I suppose pulling in a office component could possibly allow that.

________________________________________________

SQL = Serious Quaffing of Liquor
Go to Top of Page

SqlDevel
Starting Member

18 Posts

Posted - 2005-10-11 : 12:58:59
what do u mean u mean allignment.
or spacing.
see this topic

can u explain in more detail u r requirement.
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=55217
Go to Top of Page

blas53
Starting Member

15 Posts

Posted - 2005-10-11 : 18:52:55
Hello,

What I'm trying to do is this:

---Justified text (all lines begind and end at the same place in both sides of the margin as in Word, all lines have the same length from start to finish)---

The constructor searches registry, environmental variables and finally the XML configuration file for the initial switch level corresponding to the displayName. If the initial setting is
found in the XML configuration file, the constructor sets up a directory watcher watching the file for changes. When the XML
file changes, the switch level of the instance will be
automatically updated.

---Text not justified---

The constructor searches registry, environmental variables and finally the XML configuration file for the initial switch level corresponding to the displayName. If the initial setting is found in the XML configuration file, the constructor sets up a directory watcher watching the file for changes. When the XML file changes, the switch level of the instance will be automatically updated.

I'm trying to get the text justified as in the first example.

Thanks a lot for your help.
Go to Top of Page
   

- Advertisement -