I'm developing a Reporting Services 2005 report that includes a Hierarchy field from a SharePoint 2007 list. The Data Source
for the report is a XML type.
I would like to display the Hierarchy field on 1 line. However, it is displaying in 2 or more lines in Visual Studio 2005. The
field also wraps when rendering to Acrobat (PDF) file. How can I get rid of the embedded line feed (I believe it's "
").
I've tried using the Replace function in an expression, other functions and changed the properties, e.g., the CanGrow property.
Nothing seems to work.
Here's what I get:
LAW>Administrative Law
LAW>Criminal Law
LAW>International Law
I'd like to see something like this (I'm able to add the "/"):
LAW>Administrative Law/LAW>Criminal Law/LAW>International Law/
for the report is a XML type.
I would like to display the Hierarchy field on 1 line. However, it is displaying in 2 or more lines in Visual Studio 2005. The
field also wraps when rendering to Acrobat (PDF) file. How can I get rid of the embedded line feed (I believe it's "
").
I've tried using the Replace function in an expression, other functions and changed the properties, e.g., the CanGrow property.
Nothing seems to work.
Here's what I get:
LAW>Administrative Law
LAW>Criminal Law
LAW>International Law
I'd like to see something like this (I'm able to add the "/"):
LAW>Administrative Law/LAW>Criminal Law/LAW>International Law/