DbMaintenanceViewModelBase..::..SetupPrinterArgs Method
Setups the printer arguments.
Namespace:
RingSoft.DbMaintenanceAssembly: 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.