SSRS experts:How to turn off wrap text when exporting to Excel from SSRS 2008 R2

  • I have a matrix report where i have hidden the columns based on below condition:

    =IIF(Globals!RenderFormat.Name="EXCEL",False,True)

    and i have made the width of the column to zero so that the empty space doesnt show up..

    The issue now is when i am exporting to excel as the column value has large text so now the excel has tall columns how should i turn off the wrap text ..? Or how to remove the empty space in report when hidden so that i need not turn off the wrap text .

    Note:I have tried setting the above exxpression for static column but didnt work out.

    Thanks,
    Chinna

    Its the Journey which gives you Happiness not the Destination-- Dan Millman

  • I have a similar problem.

    I have simple report and all the cells after exporting the report to excel appear wrapped in excel.

    I want to know how can I turn off the wrap property from the report so in excel appear not wrapped.

    I already try with CanGrow true/false.

    Regards.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply