Full header.

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public static ReportHeader FullHeader(
	WaterSim WSim,
	int columnSize,
	bool UseTabs,
	bool Use2ndLine
)
Visual Basic
Public Shared Function FullHeader ( _
	WSim As WaterSim, _
	columnSize As Integer, _
	UseTabs As Boolean, _
	Use2ndLine As Boolean _
) As ReportHeader

Parameters

WSim
Type: WaterSimDCDC..::..WaterSim
The WaterSim class object being used for Simulation.
columnSize
Type: System..::..Int32
width of each column.
UseTabs
Type: System..::..Boolean
true to use tabs otherwise pads with spaces.
Use2ndLine
Type: System..::..Boolean
true to use 2nd line for label wrapping into column size, otherwise truncates label to fit column size.

Return Value

a ReportHeader ReportHeader

Remarks

Creates a full reportheader, all parameters plus year, scenario name, and provider label and proivider fieldname

See Also