TXTextControl.DocumentServer.DataShaping.FilterInstruction.ColumnName |
Gets or sets the name of the table column whose content this merge condition is compared to. |
TXTextControl.DocumentServer.DataShaping.FilterInstruction.CompareTo |
Gets or sets the value the table column content is compared to using the specified comparison operator. |
TXTextControl.DocumentServer.DataShaping.FilterInstruction.ComparisonOperator |
Gets or sets the relational operator used as the comparison operator. |
TXTextControl.DocumentServer.DataShaping.FilterInstruction.Culture |
Gets or sets the format provider for numerical value comparison. |
TXTextControl.DocumentServer.DataShaping.FilterInstruction.LogicalOperator |
Gets or sets the logical operator by which to logically connect a filter instruction to the previous one if a filter consists of a collection of multiple filter instructions. |
TXTextControl.DocumentServer.DataShaping.SortingInstruction.Culture |
Gets or sets the format provider for numerical value comparison. |
TXTextControl.DocumentServer.DataShaping.SortingInstruction.OrderBy |
Gets or sets the table column name to order the data by. |
TXTextControl.DocumentServer.DataShaping.SortingInstruction.SortOrder |
Gets or sets the sort order (ascending / descending). |
TXTextControl.DocumentServer.DataSources.DataColumnInfo.Caption |
Gets a descriptive or friendly column name. |
TXTextControl.DocumentServer.DataSources.DataColumnInfo.ColumnName |
Gets the column name. |
TXTextControl.DocumentServer.DataSources.DataColumnInfo.DataTableInfo |
Gets an object of type DataTableInfo which represents the table this column belongs to. |
TXTextControl.DocumentServer.DataSources.DataColumnInfo.DataType |
Gets the data type of this table column. |
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ChildColumnName |
Gets the name of the child column which is part of this data relation. |
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ChildTableName |
Gets the name of the child table which is part of this data relation. |
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ParentColumnName |
Gets the name of the parent column which is part of this data relation. |
TXTextControl.DocumentServer.DataSources.DataRelationInfo.ParentTableName |
Gets the name of the parent table which is part of this data relation. |
TXTextControl.DocumentServer.DataSources.DataRelationInfo.RelationName |
Gets the data relation name if one was defined. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.ConnectionString |
Gets the connection string of the connection selected with the DatabaseConnectionDialog. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataProviderName |
Gets the name of the data provider selected with the DatabaseConnectionDialog. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataRelations |
Gets a DataRelationInfoCollection of DataRelationInfo objects which represent the data relations in the data source. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataSourceCulture |
Specifies the culture with which numerical and date / time values coming from the data source are parsed. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.DataTables |
Gets a DataTableInfoCollection of DataTableInfo objects which represent the data tables in the data source. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.IsMergingPossible |
Gets a value indicating whether all requirements are met and the method Merge can be called. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.MasterDataTableInfo |
Gets or sets a DataTableInfo object representing the table which is used as a master table when merging data into the document. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.MaxMergeResults |
Specifies the Upper merge result count. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.MergeCulture |
Specifies the culture with which numerical and date / time values are formatted when merged into the target document. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeBlockTables |
Gets a DataTableInfoCollection of DataTableInfo objects representing the tables which can be used as merge blocks using the currently selected master table. |
TXTextControl.DocumentServer.DataSources.DataSourceManager.PossibleMergeFieldColumns |
Gets a DataColumnInfoCollection of DataColumnInfo objects representing the table columns which can be used as merge fields using the currently selected master table. |
TXTextControl.DocumentServer.DataSources.DataTableInfo.ChildRelations |
Gets a DataRelationInfoCollection representing the parent-child-relationships this table has with other data tables. |
TXTextControl.DocumentServer.DataSources.DataTableInfo.ChildTables |
Gets a DataTableInfoCollection representing the child-tables this table has. |
TXTextControl.DocumentServer.DataSources.DataTableInfo.Columns |
Gets a DataColumnInfoCollection representing the columns of this data table. |
TXTextControl.DocumentServer.DataSources.DataTableInfo.TableName |
Gets the table name. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.BlockMergingCondition |
Gets or sets a condition the parent data row of this merge block has to satisfy so that this merge block is merged at all. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.ChildBlocks |
Gets or sets the list of merge blocks nested inside this merge block. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.ColumnNames |
Gets or sets the list of data column names which represent the merge fields this merge block consists of. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.Filters |
Gets or sets a list of filter instructions which are used to filter the data rows before merging. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.MergeFields |
Returns the merge fields inside this merge block excluding fields in possible nested merge blocks. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.SortingInstructions |
Gets or sets a list of sorting instructions which are used to sort the data rows before merging. |
TXTextControl.DocumentServer.DataSources.MergeBlockInfo.TableName |
Gets the table name of this merge block. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.AddResult |
Returns whether the new block has successfully been inserted by DataSourceManager.InsertMergeBlock. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.BlockTemplateType |
Gets or sets a value of type BlockTemplateType which specifies the type of the inserted repeating block. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.CreatedTable |
Returns the table created by DataSourceManager.InsertMergeBlock if property BlockTemplateType was set to BlockTemplateType.TableRow. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.CreateHeaderRow |
If this property is true and property BlockTemplateType is set to BlockTemplateType.TableRow, a table header row is automatically generated. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.FieldDisplayMode |
Gets or sets a value of type FieldDisplayMode which specifies the content display mode of the inserted fields. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.HighlightColor |
Specifies the color the inserted merge block is highlighted with if the input position is inside the block. |
TXTextControl.DocumentServer.DataSources.MergeBlockSettings.TableID |
Gets or sets the ID of the table created by DataSourceManager.InsertMergeBlock. |
TXTextControl.DocumentServer.DataSources.MergeSettings.AsSingleDocument |
Specifies whether to combine the merge result to a single document. |
TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyBlocks |
Specifies whether the content of empty merge blocks should be removed from the template or not. |
TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyFields |
Specifies whether empty fields should be removed from the template or not. |
TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyImages |
Specifies whether images which don't have merge data should be removed from the template or not. |
TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveEmptyLines |
Specifies whether text lines which are empty after merging should be removed from the template or not. |
TXTextControl.DocumentServer.DataSources.MergeSettings.RemoveTrailingWhitespace |
Specifies whether trailing whitespace should be removed before saving a document. |