Hi Readers,
In this article we will see how we can add the bullets or add multiple HTML styles using HTML Expression in the RDLC report.
In this example the client requirement is just to add bullet points of attached annexures in RDLC Report:
Step-(1) Firstly, create a Placeholder then add Expression value in placeholder properties and makesure to select HTML - Interpret HTML tags as style option in Markup type.Step-(2) Expression value should be like this:
Here, if the Delivery Schedule Boolean is true on request page then it will print Delivery Schedule in bullet points form:
=IIF(Fields!Annexure_DeliverySchedule.Value=True," <ul><li>Delivery Schedule </li></ul>","")
Thanks for Reading!!
Your valuable feedback will be highly Appreciated!!
It is very helpful for me thanks😊
ReplyDeleteThanks Nazim!!
Delete