Creates a InsertMergeBlockDialog object for the specified DocumentServer.DataSources.DataSourceManager.

InsertMergeBlockDialog(DocumentServer.DataSources.DataSourceManager, Object, DocumentServer.DataSources.DataTableInfo)

public InsertMergeBlockDialog(DocumentServer.DataSources.DataSourceManager dataSourceManager, object textControl, DocumentServer.DataSources.DataTableInfo tableInfo);
Public Sub New(dataSourceManager As DocumentServer.DataSources.DataSourceManager, textControl As Object, tableInfo As DocumentServer.DataSources.DataTableInfo)

Parameters

Parameter Description
dataSourceManager Specifies the DataSourceManager which manages the current data source.
textControl A TextControl or a ServerTextControl instance containing the document into which the merge block is inserted.
tableInfo Specifies the DataTableInfo which represents the table the new merge block is based on.