Loads the current document from a file. The persistence format (C1d or C1dx) is determined by the file extension. The format defaults to C1d if the format cannot be determined from the extension.

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

Syntax

C#
public void Load(
	string fileName
)
Visual Basic
Public Sub Load ( _
	fileName As String _
)

Parameters

fileName
Type: System..::..String
The source file name.

See Also