ReportSections..::..DisplayLine Method

Namespace:  JiwaFinancials.Jiwa.JiwaReportsUI.Configuration
Assembly:  JiwaReportsUI (in JiwaReportsUI.dll)

Syntax


public void DisplayLine(
	ReportSection item,
	int Row
)
Public Sub DisplayLine ( _
	item As ReportSection, _
	Row As Integer _
)
public:
void DisplayLine(
	ReportSection^ item, 
	int^ Row
)