Hi,
Is there anyway to ignore or not to display value below a preset value
in rdlc pie chart using expression.
Thanks,
You can achieve this by setting the property of CollectedStyle property to SingleSlice, then you can Combine Small Slices into One Slice, please see this tutorial for SSRS, then steps are same to RDLC report http://technet.microsoft.com/en-us/library/dd255283(SQL.110).aspx#CombineSlices
Thanks, Challen Fu