Class PrintTable
Элемент для создания таблицы.
Inherited Members
Namespace:InfinniPlatform.PrintView.Block
Assembly:InfinniPlatform.PrintView.Abstractions.dll
Syntax
public class PrintTable : PrintBlock
Constructors
| Improve this Doc View SourcePrintTable()
Конструктор.
Declaration
public PrintTable()
Fields
| Improve this Doc View SourceTypeName
Имя типа для сериализации.
Declaration
public const string TypeName = null
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceColumns
Список столбцов таблицы.
Declaration
public List<PrintTableColumn> Columns { get; set; }
Property Value
Type | Description |
---|---|
List<PrintTableColumn> |
Rows
Список строк таблицы.
Declaration
public List<PrintTableRow> Rows { get; set; }
Property Value
Type | Description |
---|---|
List<PrintTableRow> |
ShowHeader
Показывать ли заголовок таблицы.
Declaration
public bool ? ShowHeader { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Methods
| Improve this Doc View SourceGetDisplayTypeName()
Возвращает отображаемое имя типа элемента.
Declaration
public override string GetDisplayTypeName()
Returns
Type | Description |
---|---|
System.String |