Order.Count

Syntax:

Count()

Returned value:

Type: Number.

Description:

Obtains the number of order items in the collection.

Availability:

Server, thick client, external connection.

Example:

// Clear order
While ReportBuilder.Order.Count()>0 Do
    ReportBuilder.Order.Delete(0);
EndDo
;


    

1C:Enterprise Developer's Community