<div class="post-text" itemprop="text">
i am using RDLC reports, i have date column which shows date when date is available in Sql table but when not then it shows empty but that looks abnormal, i want to show message like 'Date Not Available' when empty etc, i tried expression in rdlc but it only formats date not anything else. Please help
</div>=Format(Fields!DateReceived.Value, "dd/MMM/yyyy hh:mm")