RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModelBase..::..SetupPrinterArgs Method

Setups the printer arguments.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


protected virtual void SetupPrinterArgs(
	PrinterSetupArgs printerSetupArgs,
	int stringFieldIndex,
	int numericFieldIndex,
	int memoFieldIndex
)
Protected Overridable Sub SetupPrinterArgs ( _
	printerSetupArgs As PrinterSetupArgs, _
	stringFieldIndex As Integer, _
	numericFieldIndex As Integer, _
	memoFieldIndex As Integer _
)
protected:
virtual void SetupPrinterArgs(
	PrinterSetupArgs^ printerSetupArgs, 
	int^ stringFieldIndex, 
	int^ numericFieldIndex, 
	int^ memoFieldIndex
)

Parameters

printerSetupArgs
Type: RingSoft.DbLookup..::..PrinterSetupArgs
The printer setup arguments.
stringFieldIndex
Type: Int32
Index of the string field.
numericFieldIndex
Type: Int32
Index of the numeric field.
memoFieldIndex
Type: Int32
Index of the memo field.