Click or drag to resize

ResultCellGetNavigationLinks Method

Return the list of navigation links in the View context

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public List<NavigationLink> GetNavigationLinks(
	ReportView view
)

Parameters

view  ReportView
 

Return Value

ListNavigationLink
See Also