Click or drag to resize

MailMerge ExecuteWidthNestedRegion Method (DataSet, List DictionaryEntry )

Executes the nested region.

Namespace: Spire.Doc.Reporting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void ExecuteWidthNestedRegion(
	DataSet dataSet,
	List<DictionaryEntry> commands
)

Parameters

dataSet
Type: System.Data DataSet
The data set.
commands
Type: System.Collections.Generic List DictionaryEntry
The commands.
See Also