ReportViewerWebPart.AutoGenerateDetailLink Property

Definition

Gets or sets a value that indicates whether to generate a hyperlink that appears above the Web Part. You can click the link to open the report in a new page, in full-page mode.

public:
 property bool AutoGenerateDetailLink { bool get(); void set(bool value); };
[Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)]
public bool AutoGenerateDetailLink { get; set; }
[<Microsoft.SharePoint.WebPartPages.WebPartStorage(Microsoft.SharePoint.WebPartPages.Storage.Shared)>]
member this.AutoGenerateDetailLink : bool with get, set
Public Property AutoGenerateDetailLink As Boolean

Property Value

true to generate a fully-qualified URL for viewing the current report in a full page; otherwise, false. The default is true.

Attributes
Microsoft.SharePoint.WebPartPages.WebPartStorageAttribute

Remarks

This property can be configured using the Auto-Generate Web Part Detail Link check box in the tool pane of the Web-based Web Part design user interface.

Applies to