ReportHeaderLines Property

Header lines to be used by PrintHeader method. Takes a two-dimensional object array: Dimension 1 = header text Dimension 2 - font to apply to that line, null to use base font

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public Object[,] HeaderLines { get; set; }

Property Value

Object

See Also