I have question regarding formatting
=IIF(IsNothing(Lookup(Fields!Account_Number.Value, Fields!Account_Number.Value, Fields!Managed_Patient_Reasons.Value, "AdmissionsAnalysis"))=true, "Not Flagged", Lookup(Fields!Account_Number.Value, Fields!Account_Number.Value, Fields!Managed_Patient_Reasons.Value, "Admissions Analysis"))
Is it possible to add a vbcrlf to this statement so my results will be displayed as
Not Flagged
No Insurance
Charity Care
Also how can I change the font color of "Not Flagged"
Thank you