gpt4 book ai didi

reporting-services - Reporting Services 文本大小写

转载 作者:行者123 更新时间:2023-12-04 07:53:18 25 4
gpt4 key购买 nike

Reporting Services 中是否有一种方法可以在呈现报表时管理文本的大小写。

数据库中的数据有一个

RANDOM mixtures of CAPS

以及他们希望看到的报告

Random mixtures of caps

最佳答案

像这样的表达式应该可以解决问题:

=UCase(left(Fields!Name.Value, 1)) + strconv(Mid(Fields!Name.Value, 2), vbLowerCase)

关于reporting-services - Reporting Services 文本大小写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4655986/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com