LocalReport.EnableHyperlinks, propriété
Indique si le rapport peut être rendu s'il contient des actions de lien hypertexte.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Boolean
Valeur Boolean.La valeur true indique que le rapport peut être restitué s'il contient des actions de lien hypertexte.La valeur par défaut est false.
Notes
If this property is set to false, then attempting to render a report that has external images will throw a ReportSecurityException.
Important
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.