Показать сообщение отдельно
Старый 12.08.2018, 11:18   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
d365technext: Camel case on SSRS Report Expression, D365FO
Источник: http://d365technext.blogspot.com/201...xpression.html
==============



Camel case on SSRS Report Expression



Today I found a very good function in SSRS reporting services, which Converts the first letter of every word in string to uppercase.



=StrConv(Fields!Name.Value,3)


But using “strConv” function we can simply achieve.


Here is the syntax:


=StrConv(Fields!Name.Value, vbProperCase)
or

=StrConv(Fields!Name.Value,3)


Источник: http://d365technext.blogspot.com/201...xpression.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.