ReportBuilderFields.Insert

Syntax:

Insert(<DataPath>, <Name>, <Position>)

Parameters:

<DataPath> (required)

Type: String.
Field data path.

<Name> (optional)

Type: String.
Field name.

<Position> (required)

Type: Number.
Position where field is to be inserted.

Returned value:

Type: ReportBuilderField.

Description:

Inserts field at the specified position.

Availability:

Server, thick client, external connection.

Example:

ReportBuilder.SelectedFields.Insert("Period","Period", 
            ReportBuilder.SelectedFields.Count()+1);


    

1C:Enterprise Developer's Community