I was having an issue on SSRS report that label of my parameter was truncating.
The issue was that I was not using any Label Id for the parameter text.
Below are the steps to resolve this issue.
The issue was that I was not using any Label Id for the parameter text.
Below are the steps to resolve this issue.
- Creating a label with label id
- Prefixing "literalstr()" around the label - e.g. SysOperationLabelAttribute(literalstr("@lbl001"))
Below is the link for more detail on this issue:
Thanks
Muhammad Zahid.