ExcelWebRenderer.AutoGenerateDetailLink Property

Automatically generates the detail link for the Excel Web Access Web Part that allows users to click the Web Part title that appears in the Web Part title bar.

Namespace:  Microsoft.Office.Excel.WebUI
Assembly:  Microsoft.Office.Excel.WebUI (in Microsoft.Office.Excel.WebUI.dll)

Syntax

'Declaration
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property AutoGenerateDetailLink As Boolean
    Get
    Set
'Usage
Dim instance As ExcelWebRenderer
Dim value As Boolean

value = instance.AutoGenerateDetailLink

instance.AutoGenerateDetailLink = value
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool AutoGenerateDetailLink { get; set; }

Property Value

Type: System.Boolean
true if the detail link value is automatically generated. false if the detail link value is based on what the user provides. The default is true.

See Also

Reference

ExcelWebRenderer Class

ExcelWebRenderer Members

Microsoft.Office.Excel.WebUI Namespace