Не отображается изображение столбца из моего datagridview в crystal report in VB.NET
- мой код таков:
Dim dt As New DataTable With dt .Columns.Add("ID") .Columns.Add("SpoReport") .Columns.Add("PersonInvolved") .Columns.Add("NatureofIncident") .Columns.Add("LocationofIncident") .Columns.Add("DateandTime") .Columns.Add("HomeAddress") .Columns.Add("Birthdate") .Columns.Add("Age") .Columns.Add("CivilStatus") .Columns.Add("CauseofAccident") .Columns.Add("Injury") .Columns.Add("ActionTaken") .Columns.Add("Responders") .Columns.Add("VehicleInvolved") .Columns.Add("ContactNo") .Columns.Add("IPlateNo") .Columns.Add("Encoded") .Columns.Add("Photo1") End With For Each dgr As DataGridViewRow In Me.DataGridView1.Rows dt.Rows.Add(dgr.Cells(0).Value, dgr.Cells(1).Value, dgr.Cells(2).Value, dgr.Cells(3).Value, dgr.Cells(4).Value, dgr.Cells(5).Value, dgr.Cells(6).Value, dgr.Cells(7).Value, dgr.Cells(8).Value, dgr.Cells(9).Value, dgr.Cells(10).Value, dgr.Cells(11).Value, dgr.Cells(12).Value, dgr.Cells(13).Value, dgr.Cells(14).Value, dgr.Cells(15).Value, dgr.Cells(16).Value, dgr.Cells(17).Value, dgr.Cells(18).Value) Next Dim reportDocument As CrystalDecisions.CrystalReports.Engine.ReportDocument reportDocument = New PrintRange reportDocument.SetDataSource(dt) Form4.CrystalReportViewer1.ReportSource = reportDocument Form4.ShowDialog() Form4.Dispose()
Что я уже пробовал:
Не могу увидеть фотографию в моем Хрустальном отчете
Maciej Los
Что такое Источник данных DataGridView? Я предполагаю: DataTable?
Member 13742359
DataTable от SqlServer
FileNotFoundException был необработан.
FullFileNameToImage