SSRS report - problem with Word renderer

mark goldin 691 Reputation points
2021-10-04T16:34:37.577+00:00

I am using Globals!RenderFormat.Name = "WORD" in the report footer. Seems like export to Word ignores it. Can you confirm that this is just another bug?

Thanks

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,972 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ZoeHui-MSFT 39,671 Reputation points
    2021-10-05T02:15:30.813+00:00

    Hi @mark goldin ,

    Try with below in the visibility expression.

    =IIf(Globals!RenderFormat.Name Like "WORD*", True, False)  
    

    It works from my side.

    Regards,

    Zoe


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    Hot issues October


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.