Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.DataProvider Property

Defines the control that provides the data for printable content (used by ContentProvider window).

Syntax

Get

VB.NETHandle = object.DataProvider As Integer
VBHandle = object.DataProvider As Long
C#.NETint Handle = object.DataProvider;
VC++long Handle = object->DataProvider;
long Handle = object->GetDataProvider();
CHRESULT object->get_DataProvider(long* Handle);

Put

VB.NETobject.DataProvider = Handle As Integer
VBobject.DataProvider = Handle As Long
C#.NETint object.DataProvider = Handle;
VC++long object->DataProvider = Handle;
void object->PutDataProvider(long Handle);
CHRESULT object->put_DataProvider(long Handle);

object

A SftPrintPreview object.

Handle

Defines the control that provides the data for printable content (used by ContentProvider window).

Comments

The DataProvider property defines the control that provides the data for printable content (used by ContentProvider window).

This property is supported for use with SftTree/DLL and SftTree/OCX 5.0 (and up) only in conjunction with the ContentProvider window. The tree control is rendered using the overall attributes extracted from the ContentProvider window, but items and cells are extracted from the DataProvider window. This can be useful to print fewer columns than are available in a displayed tree control. The ContentProvider window would define fewer columns than are available in the (visible) DataProvider window.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.