I make 2 page that one page is chart & page 2 list
i use this code to pass parameters to filter list in page 2
int.Parse(this["SeriesValue"].ToString()) but that not work and not show list
SeriesValue Not Work In DrillDown with 2 page
Re: SeriesValue Not Work In DrillDown with 2 page
Hello.
Could you specify where and how do you use this expression?
It seems that you should set the Filter type to Expression and use this parameter there. Thank you.
Could you specify where and how do you use this expression?
It seems that you should set the Filter type to Expression and use this parameter there. Thank you.
Re: SeriesValue Not Work In DrillDown with 2 page
ok I Use This filter but use fix number work corectly but i use int.Parse(this["SeriesValue"].ToString()) not work
for example personel.acceptyear=1 work ok but personel.acceptyear=int.Parse(this["SeriesValue"].ToString()) dont work
so i dont know what use SeriesValue
tnx
for example personel.acceptyear=1 work ok but personel.acceptyear=int.Parse(this["SeriesValue"].ToString()) dont work
so i dont know what use SeriesValue
tnx
Re: SeriesValue Not Work In DrillDown with 2 page
what use SeriesValue In Expression
Re: SeriesValue Not Work In DrillDown with 2 page
Hello.
We use next expression in our Demo report:
If this does not help, please, send us a sample report template with data for analysis.
Thank you.
We use next expression in our Demo report:
Code: Select all
Products.CategoryID == System.Convert.ToInt32(this["SeriesValue"])
Thank you.