ActiveReports 8
GetLPath Method
See Also 
GrapeCity.ActiveReports.Export.Html.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also