I finally have an understanding of how to create simple reports from my dataset using the ReportViewer. I now wonder how I can make custom (SQL-queries) on my dataset that will fill for e.g. a table.
For example I have a picture that I like to insert into my report. That picture do I store as a string in my database. (In my program I do have conversions functions for: Image -> byte[] -> string -> byte[] -> Image).
For example I have a picture that I like to insert into my report. That picture do I store as a string in my database. (In my program I do have conversions functions for: Image -> byte[] -> string -> byte[] -> Image).