I thought I’d share how to format percentage values in ReportViewer report.
Say your data source has the following fields:
- TotalLow
- TotalHigh
- Total
Suppose we want to display the values for TotalLow and TotalHigh as percentage of Total.
We can use the following expressions.
=String.Format(“{0:p0}”,Sum(Fields!TotalLow.Value)/Sum(Fields!Total.Value))
=String.Format(“{0:p0}”,Sum(Fields!TotalHigh.Value)/Sum(Fields!Total.Value))
You notice the RDL/C allows you to use .NET String object Format method.
Hope this helps.
If you're looking to find blockchain developers, I would suggest checking some of the online platforms. Whether you are looking to grow your in-house staff, hire blockchain developer on a freelance basis, or contract a consulting firm, here are several ideas to help you blockchain hiring companies.