Imports a RDL report definition into the current document.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[ObsoleteAttribute("Use C1RdlReport instead")]
public void ImportRdl(
	string fileName
)
Visual Basic
<ObsoleteAttribute("Use C1RdlReport instead")> _
Public Sub ImportRdl ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The name of the file containing the report definition.

See Also