akhter
on Jun 23, 2021 12:55 AM
3605 Views
i want to changes color when condition in rdlc report.
when A found, change font color in red
Download FREE API for Word, Excel and PDF in ASP.Net:
Download
Hi akhter,
Go to your report designer.
Right Click on TextBox -> Text Box Properties…

Select Font tab -> Color (fx)

Write below expression.
= IIF(Fields!Status.Value = "A", "Red", "Black")