Hi All,
I am developing a report where I am showing hierarchy using sub report, it is coming fine. But, I am trying to indent it using the Level() function available in SSRS for hierarchical data, its working fine if I am putting below expression in a text box Left-indent Property.
Cstr(Parameters!Level.Value * 20) & "pt"
But if I am trying to put the same for sub report property Left-padding its not working. Even if I am giving hardcore value then also my sub report is starting from its original location only.
Please let me know if someone come across of this problem.