Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / WordExporter Class / OmitDrillthroughs Property

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