RegisterData HashTable
Hi I newbi
I test de FastReports.NET and I have a questions
method RegisterData suppoer HashTable() VB structure ?
if answer yes how, register ?
Can design a file report isnt connection string and data source, and fly paste data from hashtable ?
Regaders
PD-Sorry my bad english
I test de FastReports.NET and I have a questions
method RegisterData suppoer HashTable() VB structure ?
if answer yes how, register ?
Can design a file report isnt connection string and data source, and fly paste data from hashtable ?
Regaders
PD-Sorry my bad english
Comments
HashTable is not supported. You need to convert it to List<...> (somehow), then register the list.
Thanks, I test this