To limit Text Box Characters in SSRS report

Often there is a requirement to limit the Text Box size to Specified number of characters , although there is a canGrow  property on the text box which if set to no restricts the characters to be displayed but if the number of characters is specified than its not the right way.

to achieve the requirement use :

Left(fields!data.value,40)

It will limit the number of characters to the number specifies i.e 40 in this case. 

Comments

Popular posts from this blog

D365: SSRS Report Development/ Customization

D365: X++ code to add custom lookup on worker to show specific workers team workers only

Error message when you log on to a Microsoft Dynamics AX 4.0 client: "You are not a recognized user of Microsoft Dynamics AX"