Hi,
I have download your new DLL's (SR_2008.05.23_D2005), but it gives error in the following
line in our code.
"Dim tableName As String = dataSource.DataTable.TableName"
Code
For Each dataSource As StiDataSource In rptNew.Dictionary.DataSources
Dim tableName As String = dataSource.DataTable.TableName
Dim dt As DataTable = dataSet.Tables(tableName)
dataSource.Alias = dt.ExtendedProperties("DisplayName").ToString
Next
In this line of code the datasource.DataTable is coming nothing, so this gave error me of
"object reference is not set an instance"
But in old DLL's this code works fine.
So can you guide me how to solve this issue.
Thanks in advance
New DLL's does not support old DLL's functions
New DLL's does not support old DLL's functions
Could you send to us a sample for reproducing of the error to support[at]stimulsoft.com for analysis, please?
Thank you.
Thank you.
New DLL's does not support old DLL's functions
Please add the following line before your loop:
report.Dictionary.Connect();
Thank you.
report.Dictionary.Connect();
Thank you.