i need to send the data source via Regdata but i get error ,note : i use relation table i use this code
Dim stiReport1 As New Stimulsoft.Report.StiReport
stiReport1.Load("D:\Rpt_test.mrt")
Dim ds as dataset= SqlHelper.ExecuteDataset(My.Settings.Payroll2009ConnectionString, "Rpt_Sp_Arrival",
Dtp_FromDate.Value, Dtp_ToDate.Value, Nothing, Cbo_Deps.SelectedValue)
Dim ds2 as dataset= SqlHelper.ExecuteDataset(My.Settings.Payroll2009ConnectionString, "Rpt_Sp_ArrivalTotal",
Dtp_FromDate.Value, Dtp_ToDate.Value, Cbo_Deps.SelectedValue)
stiReport1.Dictionary.Clear()
ds2.Tables(0).TableName = "Rpt_Sp_ArrivalTotal"
ds.Tables(0).TableName = "Rpt_Sp_Arrival"
stiReport1.RegData("Rpt_Sp_ArrivalTotal", ds2.Tables(0))
stiReport1.RegData("Rpt_Sp_Arrival", ds.Tables(0))
stiReport1.Dictionary.Synchronize()
stiReport1.Compile()
stiReport1.Render()
stiReport1.ShowWithRibbonGUI()
send datasour pragmatically stimulsoft report with relation
send datasour pragmatically stimulsoft report with relation
- Attachments
-
- Untitdddddddled.png (22.68 KiB) Viewed 717 times
Re: send datasour pragmatically stimulsoft report with relat
Hello,
Can you please send us a sample project which reproduce the issue for analysis.
Thank you.
Can you please send us a sample project which reproduce the issue for analysis.
Thank you.