Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / WordExporter Class / OmitHyperlinks Property

In This Topic
    OmitHyperlinks Property (WordExporter)
    In This Topic
    Gets or sets a value indicating whether to omit the Hyperlink action on all items where it is set. The default value is false.
    Syntax
    'Declaration
     
    Public Property OmitHyperlinks As Boolean
    public bool OmitHyperlinks {get; set;}
    See Also