automatic text wrap on reports.

On Dynamics AX 2009 reports - How can I add a text control to a report, but if the text is two characters (or more) height, it need to be split to more then one line (wrap the text).

I see there is not multiline on text control on report, and I need a way splitting it (and not writing two or more separated text controls).

Thanks :slight_smile:

goto the field property and put the dynamic height property to- yes

Hi,

hope there will be no multiline property txt control in the report, only option is you need to set the DynamicHeight property to YES

hii,

at present am working on ssrs reports.

1)Can anyone tell how to get the company logo from ax2009 to ssrs reports through code?

my next ques is

2)how to give startdate and enddate filters in ssrs reports in visual studio and i need it through c# code?

kind regards,

any help would be appreciable

Hi,

Pass the SSRS parameters in the URL and use the process.start.

Process.Start(“explorer.exe”, “/select,Z:\Music\Thursday Blues\01. I wish it was friday.mp3”)

How to pass parameters check the below,

http://stackoverflow.com/questions/1073353/c-how-to-open-windows-explorer-windows-with-a-number-of-files-selected