ActiveReports Developer 7
GetLPath Method
See Also 
GrapeCity.ActiveReports.Export.Html.v7 Assembly > GrapeCity.ActiveReports.Export.Html.Page Namespace > IHtmlRenderingExtensionContext Interface : GetLPath Method

layoutArea
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea to create the LPath for.

Glossary Item Box

Gets a string representation of the provided GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.

Syntax

Visual Basic (Declaration) 
Function GetLPath( _
   ByVal layoutArea As ILayoutArea _
) As System.String
C# 
System.string GetLPath( 
   ILayoutArea layoutArea
)

Parameters

layoutArea
The GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea to create the LPath for.

Return Value

A string value representing the path to the provided GrapeCity.ActiveReports.Extensibility.Layout.ILayoutArea.

See Also