Reports..::..DisplayLine Method

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

Syntax


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