Reportviewer How to format decimal number like “00.00” in ReportViewer - 27.07.21 - ErcanOPAK =Format(CDbl(Fields!YourDecimalNumber.Value),"00.00") OUTPUT for 3,2: 03.20 for 34: 34.00 Related posts:How to make some specific word(s) Bold or Underline in ReportViewerHow to set hyperlink to open in new window in ReportviewerRename Report while exporting to PDF or Excel in Microsoft ReportViewerHow to control "a checkBox is checked or not" in RDL reportview Post Views: 95