Table of Contents

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

dataSetName string

The dataset.

Returns

IReadOnlyList<ReportDataScope>

The rows; null when the report has no such dataset.