TXTextControl.DocumentServer.MailMerge.DataSourceCulture |
Specifies the culture with which numerical and date / time values coming from the data source are parsed. |
TXTextControl.DocumentServer.MailMerge.DateFieldUtcOffset |
Specifies the UTC offset in minutes to apply to date fields. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergeType |
Specifies in which manner form fields are treated during the merge process. |
TXTextControl.DocumentServer.MailMerge.MergeCulture |
Specifies the culture with which numerical and date / time values are formatted when merged into the target document. |
TXTextControl.DocumentServer.MailMerge.RemoveEmptyBlocks |
Specifies whether the content of empty merge blocks should be removed from the template or not. |
TXTextControl.DocumentServer.MailMerge.RemoveEmptyFields |
Specifies whether empty fields should be removed from the template or not. |
TXTextControl.DocumentServer.MailMerge.RemoveEmptyImages |
Specifies whether images which don't have merge data should be removed from the template or not. |
TXTextControl.DocumentServer.MailMerge.RemoveEmptyLines |
Specifies whether text lines which are empty after merging should be removed from the template or not. |
TXTextControl.DocumentServer.MailMerge.RemoveTrailingWhitespace |
Specifies whether trailing whitespace should be removed before saving a document. |
TXTextControl.DocumentServer.MailMerge.ReportDataSourceConfig |
Specifies the Report Data Source Configuration as an XML string. |
TXTextControl.DocumentServer.MailMerge.ReportDataSourceConfigFile |
Gets or sets the file path of a Report Data Source Configuration file (*.rdsc) which has been created with TX Text Control Words. |
TXTextControl.DocumentServer.MailMerge.SearchPath |
Specifies a directory name where sub-templates and images (for image merging) should be searched. |
TXTextControl.DocumentServer.MailMerge.TemplateFile |
Specifies the template file path. |
TXTextControl.DocumentServer.MailMerge.MergeBlockNamePrefix |
A static property returning the internal merge block name prefix "txmb_". |
TXTextControl.DocumentServer.MailMerge.TextComponent |
Gets or sets the TextComponent object which is associated with the MailMerge component. |
TXTextControl.DocumentServer.MailMerge.UseTemplateFormat |
Specifies whether the template page size and margins should be used or not. |
TXTextControl.DocumentServer.MailMerge.BarcodeMergedEventArgs.BarcodeFrame |
Gets a BarcodeFrame object representing the merged barcode in the document. |
TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs.ColumnNames |
Gets the column names of the table supplying the data for the block. |
TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs.BlockName |
Gets the name of the merge block the event was fired for. |
TXTextControl.DocumentServer.MailMerge.BlockMergingEventArgs.BlockData |
Gets the block data as an array of data rows. |
TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.DataRowNumber |
Gets an int value that indicates the currently merged data row in the merge block. |
TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.DataRowCount |
Gets an int value that indicates the total number of data rows. |
TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.MergeBlockName |
Gets a string value that indicates current merge block name. |
TXTextControl.DocumentServer.MailMerge.BlockRowMergedEventArgs.MergedBlockRow |
Gets or sets a byte[] array that contains the complete data of the merged block row. |
TXTextControl.DocumentServer.MailMerge.ChartMergedEventArgs.ChartFrame |
Gets a ChartFrame object representing the merged chart in the document. |
TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.Cancel |
Gets or sets a value indicating whether the current merge process should be canceled. |
TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.DataRow |
Gets the current data row's content. |
TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.DataRowNumber |
Gets an int value that indicates the currently merged data row. |
TXTextControl.DocumentServer.MailMerge.DataRowMergedEventArgs.MergedRow |
Gets or sets a byte array that contains the complete data of the merged data row. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.Cancel |
Gets or sets a value indicating whether the current merge process should be canceled. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.DataRow |
Gets the data row which is used to supply the current field with merge content. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MailMergeFieldAdapter |
Gets or sets a MailMergeFieldAdapter that contains the already merged field. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MergeBlockName |
If the merge field is part of a merge block, this property returns the name of the block. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.Merged |
Gets a bool value that indicates whether the current field has been merged successfully or not. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.MergedField |
Gets or sets a byte array that contains the complete data of the merged field. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.NestingDepth |
If the merge field is part of a merge block, this property returns the one-based nesting depth of the block. |
TXTextControl.DocumentServer.MailMerge.FieldMergedEventArgs.TableCell |
If the merge field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.DataRow |
Gets the data row which is used to supply the current field with merge content. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.FormField |
Gets the already merged FormField. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.MergeBlockName |
If the form field is part of a merge block, this property returns the name of the block. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.Merged |
Gets a boolean value that indicates whether the current field has been merged successfully or not. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.NestingDepth |
If the form field is part of a merge block, this property returns the one-based nesting depth of the block. |
TXTextControl.DocumentServer.MailMerge.FormFieldMergedEventArgs.TableCell |
If the form field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.FieldName |
Gets the name of the merged field. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Filename |
Gets the filename of the merged image. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Image |
Gets or sets the image that has been merged into the field. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.MergeBlockName |
If the image field is part of a merge block, this property returns the name of the block. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.Merged |
Gets a bool value that indicates whether the current field has been merged successfully or not. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.NestingDepth |
If the image field is part of a merge block, this property returns the one-based nesting depth of the block. |
TXTextControl.DocumentServer.MailMerge.ImageFieldMergedEventArgs.TableCell |
If the image field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.DataRow |
Gets the data row which is used to supply the current image with merge content. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.ID |
Gets the ID of the merged image. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.Image |
Gets or sets the merged image. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.MergeBlockName |
If the image is part of a merge block, this property returns the name of the block. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.Merged |
Gets a boolean value that indicates whether the current image has been merged successfully or not. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.Name |
Gets the name of the merged image. |
TXTextControl.DocumentServer.MailMerge.ImageMergedEventArgs.NestingDepth |
If the image is part of a merge block, this property returns the one-based nesting depth of the block. |
TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.Filename |
Gets a string that indicates the file name of the IncludeText field to be merged. |
TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.IncludeTextDocument |
Sets a byte[] array that contains the complete data of the IncludeText document. |
TXTextControl.DocumentServer.MailMerge.IncludeTextMergingEventArgs.IncludeTextField |
Represents the currently merged INCLUDETEXT field. |
TXTextControl.DocumentServer.DataSources.IDataRowAdapter.Item |
The indexer of the IDataRowAdapter interface returns the content of the row's column with the given name. |
TXTextControl.DocumentServer.DataSources.IDataRowAdapter.Table |
Gets the table the data row belongs to as an instance of a class implementing the IDataTableAdapter interface. |
TXTextControl.DocumentServer.DataSources.IDataTableAdapter.TableName |
Returns the name of the table. |
TXTextControl.DocumentServer.DataSources.IDataTableAdapter.ColumnNames |
Returns the table's column names as a string array. |
TXTextControl.DocumentServer.DataSources.IDataTableAdapter.Rows |
Returns the table's data as an array of objects implementing the IDataRowAdapter interface. |
TXTextControl.DocumentServer.DataSources.IDataTableAdapter.ChildTableNames |
Returns the names of the child relations in this table as a string array. |