create Report From Dictionary(TKey, TValue) Class

wahabwahab iran
edited 7:46AM in FastReport .NET
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

Comments

  • FlavioFlavio Brazil
    edited 7:46AM
    bump
  • edited 7:46AM
    this is like basics of C#.
    the best option would be create new DataTable and add your dictionary to it and register that datable to FR.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.