ExternalReportsManager.Create

Syntax variant: By file name

Syntax:

Create(<FullNameOfTheFile>, <SafeMode>)

Parameters:

<FullNameOfTheFile> (required)

Type: String.
Full name of the external report file.

<SafeMode> (optional)

Type: Boolean, String.
Indicates whether the external report is created in safe mode.
If a string is specified, the external data processor will be executed in safe mode managed by the security profile with this name. The security profile should have the value SafeModeProfile=True.
Default value: True.

Syntax variant: By report name

Syntax:

Create(<Name>)

Parameters:

<Name> (required)

Type: String.
External report name received after connection.

Description of method variant:

You should preliminary attach the data processor by using the Connect method.

Returned value:

Type: ExternalReport.

Description:

Creates an external report object.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community