make report in runtime using dataset
Posted: Thu Apr 29, 2010 10:36 pm
i don't understand how to create report from data set..
my source code is..
Dim Data As DataSet = New DataSet()
Dim Report As StiReport = New StiReport()
Report.RegData("QueryKB", Data)
Report.RenderWithWpf()
Report.ShowWithWpf()
it shows nothing.. what should i do?
i can display the content from my database to my grid but when i try to render the report it shows nothing.
i read the manual.. that said "In data source you should create a parameter".. what data source do you mean?
my source code is..
Dim Data As DataSet = New DataSet()
Dim Report As StiReport = New StiReport()
Report.RegData("QueryKB", Data)
Report.RenderWithWpf()
Report.ShowWithWpf()
it shows nothing.. what should i do?
i can display the content from my database to my grid but when i try to render the report it shows nothing.
i read the manual.. that said "In data source you should create a parameter".. what data source do you mean?