I create a RDP (Customer Balance confirmation Letter) Report for customer remaining balance. In this report add parameter manually name "SalesManID"(which is customized field in "CustTransTable") and give on SSRS report expression on row Group >> filters>> Add parameter.
SalesManID(Field name ) = Parameters!SalesManID.Value
But when i pass the value through manual parameter then i get result.
But when not passing any value through parameter then not shows any result page Blank.
So that's why i need when i'm not passing any value through parameter then report need to show me all customers balance details.
Please suggest me how can i resolve this issue.
*This post is locked for comments
I have the same question (0)