Method GetDataSetRows
- Namespace
- DocWright.Reporting.Expressions
- Assembly
- DocWright.Reporting.dll
GetDataSetRows(string)
Gets every row of a dataset, for Lookup, LookupSet and MultiLookup.
public virtual IReadOnlyList<ReportDataScope>? GetDataSetRows(string dataSetName)
Parameters
dataSetNamestringThe dataset.
Returns
- IReadOnlyList<ReportDataScope>
The rows; null when the report has no such dataset.