Hey community,
I want to ask that can we create create a report extension for a newly created custom report?
Hey community,
I want to ask that can we create create a report extension for a newly created custom report?
Inside of the RDLC report layout, you will need to find the textboxes for the related fields.
In the Expression, you will want to wrap the value inside of a Code.BlankZero
=Code.BlankZero(Fields!Quantity.Value)
you want to hide the comment line in the report?
Hey ZHU, in the screenshot you provided when comment is added the quantity price and line amount are zero. Is there any way that the zero is not displayed.
You are getting the error because the report you are trying to extend is a part of your existing project.
You can not extend a report that is part of the same project that you are trying to extend it in. Then you should either modify the original report, create a copy of the report or create the extension in another project.
then why not modifying the report directly?
yes it is
Is the report you want to extend in the same project?
I am getting error. you can see it in the second imge.
Yes, you can extend the custom reports the same way as you can extend a standard report.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156