问题
I have Stacked column chart which is working fine. now i added the drill down added parameter Student id i have to pass this id to the next report . this is my chart below
you can see that after adding the lookupSet() , legend is wrong
This is My code
LookupSet( Fields!Year.Value , Fields!Year.Value,Fields!StudentId.Value,"DataSet1")
回答1:
By using the Lookup Data Set we can achieve this
来源:https://stackoverflow.com/questions/29430920/ssrs-stacked-column-chart-legend-is-wrong-after-adding-lookset-inside-the-acti