IDataStore.GetReport (int row, string name) Method
.NET Standard 2.x
Gets the report from the composite or nested report.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public IDataStore GetReport(int row, string name);
Parameters
row
System.Int32
The zero-based index number of the row.
name
System.String
The name of the nested report which is a DataWindow object.
Returns
The reference to the nested report.
Examples
Coming soon.
Applies to
.NET Standard
2.x