InfoTableMultiData Class

Definition

Namespace: HtmlReportTools_Library.DataTemplates
Assembly: PCBI.HtmlReportTools_Library (in PCBI.HtmlReportTools_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public class InfoTableMultiData : IDefaultTemplateData, 
	IWindowContentData
Inheritance
Object    InfoTableMultiData
Implements
IDefaultTemplateData, IWindowContentData

Constructors

InfoTableMultiDataInitializes a new instance of the InfoTableMultiData class

Properties

TableGapPixel The gap between the tables in pixels
Tables The data for the rows in the info table
TableWidthPixel The width of the table in pixels
Template 
UseFullWidth Should the table use the full width of the report
UseTransparentBackground Should the table have a transparent background

See Also