Click or drag to resize

MailMerge ExecuteWidthNestedRegion Method (DbConnection, List DictionaryEntry , Boolean)

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(
	DbConnection conn,
	List<DictionaryEntry> commands,
	bool isSqlConnection
)

Parameters

conn
Type: System.Data.Common DbConnection
The connection.
commands
Type: System.Collections.Generic List DictionaryEntry
The commands.
isSqlConnection
Type: System Boolean
Is sql connection
See Also