create Report From Dictionary(TKey, TValue) Class
wahab
iran
hi
how can i create Report From Dictionary(TKey, TValue) class
example : Dictionary<string, int>
Dictionary<string, int> d = new Dictionary<string, int>();
d.Add("apple", 1);
d.Add("windows", 5);
thanks
how can i create Report From Dictionary(TKey, TValue) class
example : Dictionary<string, int>
Dictionary<string, int> d = new Dictionary<string, int>();
d.Add("apple", 1);
d.Add("windows", 5);
thanks
Comments
the best option would be create new DataTable and add your dictionary to it and register that datable to FR.