Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.
LINQ Reporting Engine enables you to access DataTable
objects contained within a particular DataSet
instance by table names using the “.” operator in template expressions. That is, for example, given that ds
is a DataSet
instance that contains a DataTable
named “Persons”, you can access the
table using the following syntax.
ds.Persons
Note – Table names are case-insensitive.
Analyzing your prompt, please hold on...
An error occurred while retrieving the results. Please refresh the page and try again.