我M于2008年SSRS的工作,我想显示日期为1 日 2011年1月..但"ST"应该在superscipt ..不喜欢"第一".
有没有办法在superscipt中显示"st","nd","rd"和"th"而不安装任何自定义字体类型(其他字体类型).
我想在SSRS报告中显示持续时间我的DB字段是SQL中的时间.它在SSRS中转换Timespan.
格式为:下午1:00 - 下午3:50
我怎样才能做到这一点 ?
Fields!StartTime.Value.ToString() + " PM - " +
Fields!EndTime.Value.ToString() + " PM" is not working..
Run Code Online (Sandbox Code Playgroud)