| 
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
Syntax
 
 
public void ExecuteWidthNestedRegion(
	DataSet dataSet,
	List<DictionaryEntry> commands
)
 
Public Sub ExecuteWidthNestedRegion ( 
	dataSet As DataSet,
	commands As List(Of DictionaryEntry)
)
 
public:
void ExecuteWidthNestedRegion(
	DataSet^ dataSet, 
	List<DictionaryEntry>^ commands
)
 
member ExecuteWidthNestedRegion : 
dataSet : DataSet * 
commands : List<DictionaryEntry> -> unit 
 
 
 
Parameters
 
- 
dataSet
 
- 
 Type:
 
System.Data
DataSet
 
 The data set.
- 
commands
 
- 
 Type:
 
System.Collections.Generic
List
 
DictionaryEntry
 
 The commands.
 
 See Also
See Also