Problem with Report.RegisterData(DataTable, String)
Hi Alex,
it seems that method "Report.RegisterData(DataTable data, string name)" selects to name
the data "data.TableName" instead of "name".
In your example "RegisterData(dataSet1.Tables["Orders"], "Orders");" it doesn't matter.
But was it your desire?
Best regards
Claus
it seems that method "Report.RegisterData(DataTable data, string name)" selects to name
the data "data.TableName" instead of "name".
In your example "RegisterData(dataSet1.Tables["Orders"], "Orders");" it doesn't matter.
But was it your desire?
Best regards
Claus
Comments
I will fix this.