Gets or sets the IDocumentLocation associated with the current node.

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

Syntax

C#
[ObsoleteAttribute("Use LinkTarget instead.")]
public IDocumentLocation Location { get; set; }
Visual Basic
<ObsoleteAttribute("Use LinkTarget instead.")> _
Public Property Location As IDocumentLocation
	Get
	Set

See Also