Report Portal

Code : utility code for converting cellset to a data table

Code : utility code for converting cellset to a data table

Private Function getDataTable(ByVal cs As AdomdClient.CellSet) As DataTable
        'design the datatable
        Dim dt As New DataTable
        Dim dc As DataColumn
        Dim dr As DataRow

Read more...

Tags: tool, amo

 

2007-2015 VidasSoft Systems Inc.