web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

How to hide or show field in report extension?

(0) ShareShare
ReportReport
Posted on by 481

How do I show or hide a text field on my custom sales invoice report (via report extension) depending on a value of a certain field on the invoice.

I have the same question (0)
  • Suggested answer
    YUN ZHU Profile Picture
    93,317 Super User 2025 Season 2 on at
    RE: How to hide or show field in report extension?

    Hi, If you are using RDLC, you can use the iif function below.

    https://docs.microsoft.com/en-us/sql/reporting-services/report-design/expression-examples-report-builder-and-ssrs?view=sql-server-ver15#DecisionFunctions

    pastedimage1652746485062v2.png

    Visibility is true when a certain field is True.

    pastedimage1652746581505v3.png

    In addition, if the field you mentioned is already in the DataItem, you don't need to use ReportExtension, you only need to modify the Layout file.

    Hope this helps.

    Thanks.

    ZHU

  • Suggested answer
    Nitin Verma Profile Picture
    21,696 Moderator on at
    RE: How to hide or show field in report extension?

    Hi jdrco,

    You can go to that Text box Property in the report design layout, and check the visibility property and then go to expression icon and put the values like below.

    =iif(First(Fields!Textbox.Value, "DataSet_Result")='Your value',false,true)

    and then click ok button after putting above code.

    Thanks.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
Rishabh Kanaskar Profile Picture

Rishabh Kanaskar 2,762

#2
Sumit Singh Profile Picture

Sumit Singh 2,573

#3
YUN ZHU Profile Picture

YUN ZHU 1,930 Super User 2025 Season 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans