MailMerge
ExecuteWidthNestedRegion Method (DbConnection, List
DictionaryEntry
)
|
Executes nested mailmerge within a region for the specified data.
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
)
Public Sub ExecuteWidthNestedRegion (
conn As DbConnection,
commands As List(Of DictionaryEntry)
)
public:
void ExecuteWidthNestedRegion(
DbConnection^ conn,
List<DictionaryEntry>^ commands
)
member ExecuteWidthNestedRegion :
conn : DbConnection *
commands : List<DictionaryEntry> -> unit
Parameters
-
conn
-
Type:
System.Data.Common
DbConnection
The Connection.
-
commands
-
Type:
System.Collections.Generic
List
DictionaryEntry
The commands.
See Also