AutoGenerateDetailLink 속성
Gets or sets a Boolean 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.
네임스페이스: Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리: Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
구문
‘선언
<WebPartStorageAttribute(Storage.Shared)> _
Public Property AutoGenerateDetailLink As Boolean
Get
Set
‘사용 방법
Dim instance As ReportViewerWebPart
Dim value As Boolean
value = instance.AutoGenerateDetailLink
instance.AutoGenerateDetailLink = value
[WebPartStorageAttribute(Storage.Shared)]
public bool AutoGenerateDetailLink { get; set; }
[WebPartStorageAttribute(Storage::Shared)]
public:
property bool AutoGenerateDetailLink {
bool get ();
void set (bool value);
}
[<WebPartStorageAttribute(Storage.Shared)>]
member AutoGenerateDetailLink : bool with get, set
function get AutoGenerateDetailLink () : boolean
function set AutoGenerateDetailLink (value : boolean)
속성 값
유형: System. . :: . .Boolean
true to generate a fully-qualified URL for viewing the current report in a full page; otherwise, false. The default is true.
주의
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.