简体   繁体   中英

how to change time format hh:mm in rdlc report expression

How to change time format hh:mm (military time format) in RDLC report expression if my dataset field data type is (string, time or TimeSpan).

I am using this format =FORMAT(First(Fields.Time,Value, "dataset")."hh\.mm") but it is not working.

Please let me know how to solve this issue because I do not want to modify Stored Procedures.

Your solution can save my time.

Go to textbox properties and set format value to "HH:mm"

you can change it from Text Box Properties dialog: 在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM