LocalReport.EnableHyperlinks-Eigenschaft
Gibt an, ob der Bericht gerendert werden kann, wenn er Linkaktionen enthält.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Syntax
'Declaration
Public Property EnableHyperlinks As Boolean
public bool EnableHyperlinks { get; set; }
public:
property bool EnableHyperlinks {
bool get ();
void set (bool value);
}
member EnableHyperlinks : bool with get, set
function get EnableHyperlinks () : boolean
function set EnableHyperlinks (value : boolean)
Eigenschaftswert
Typ: Boolean
Ein Boolean-Wert.Der Wert true gibt an, dass der Bericht dargestellt werden kann, wenn er Hyperlinkaktionen aufweist.Der Standardwert ist false.
Hinweise
If this property is set to false, then attempting to render a report that has external images will throw a ReportSecurityException.
Wichtig
Local reports that contain hyperlinks are not allowed to execute by default.Setting this property to true will enable local reports with hyperlinks to execute.This can be a security risk.You should not enable this property on non-trusted reports.