on SSRS report I need to show todays date and current time
todays date and current time
i tried this =FormatDateTime(Now,\"MM/dd/yyyy hh:mm tt\") but this is not worki
=FormatDateTime(Now,\"MM/dd/yyyy hh:mm tt\")
hi friend please try this expression your report
="Page " + Globals!PageNumber.ToString() + " of " + Globals!OverallTotalPages.ToString() + vbcrlf + "Generated: " + Globals!ExecutionTime.ToString()