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

In This Topic
    ExpandToggles Property (WordExporter)
    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