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

In This Topic
    ExpandToggles Property
    In This Topic
    Gets or sets a value indicating whether all items that can be toggled should render in their fully-expanded state. The default value is false.
    Syntax
    'Declaration
     
    Public Property ExpandToggles As Boolean
    public bool ExpandToggles {get; set;}
    See Also