Imports a C1Report report definition into the current document.

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

Syntax

C#
public void ImportC1Report(
	string fileName,
	string reportName
)
Visual Basic
Public Sub ImportC1Report ( _
	fileName As String, _
	reportName As String _
)

Parameters

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

See Also