Найден 1 результат
- 28 июл 2015, 15:38
- Форум: Stimulsoft Reports.NET
- Тема: Пустой DataBand
- Ответы: 2
- Просмотры: 1787
Пустой DataBand
всем привет. Я генерю отчет: string sql = "select report from dbo.report where idreport = " + idreport.ToString(); dbconn._db.command.CommandText = sql; try { dbconn._db.OpenDB(); rep = (byte[])dbconn._db.command.ExecuteScalar(); } catch { throw; } finally { dbconn._db.CloseDB(); } // пост...