Initializes a new instance of the DocumentLocation class.

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

Syntax

C#
public DocumentLocation(
	IDocumentLocation documentLocation
)
Visual Basic
Public Sub New ( _
	documentLocation As IDocumentLocation _
)

Parameters

documentLocation
Type: C1.C1Preview..::..IDocumentLocation
The target location.

See Also