【发布时间】:2023-03-22 01:50:01
【问题描述】:
如何在 ssrs 报告中显示前面为零的数字列
例子:-
我想在报告中显示像 01234 这样的数值,但无论何时 我导出到 excel 它应该显示为 1234(不为零)。
尝试过的代码:
> have applied many format[Report and PDf ][1] in text box expression for numeric values
> but it worked for both ways either completely convert to numeric or
> string
已附上报告的屏幕截图和 pdf。
报告和 PDF
【问题讨论】:
标签: reporting-services ssrs-2008 export-to-pdf