GetDataGridViewPreview

Syntax

GetTabSheetDataResult GetDataGridViewPreview(GetDataGridViewPreviewArg tArg)

Parameters

tArg. Operation execution parameters.

Description

The GetDataGridViewPreview operation gets data to preview the DataGridView web form component.

Comments

Before executing the operation the web form should be opened for edit using the OpenWebForm operation. To execute the operation, in the tArg field specify moniker of the relational source, for working with which the component is set up, style formatting, and information about the columns that should be present in the preview mode.

The operation results in the data required for creating a component preview.

See also:

Working with Development Environment