I’m trying Linq Reporting Engine and found a problem. If there is no data in the table in the dataset srouce, engine throws an exception.
Unhandled exception. System.IndexOutOfRangeException: There is no row at position 0.
The tag is pretty simple. <<foreach [in Work]>><<[WorkEntityNo]>><>
Datasource is a DataSet and Work is the table name.
How to avoid the exception if there is no data, and simply out empty content on the outcome word???
There must be a way…