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

In This Topic
    OmitDocumentMap Property
    In This Topic
    Gets or sets a value indicating whether to omit the document map for reports that support it. The default value is false.
    Syntax
    'Declaration
     
    Public Property OmitDocumentMap As Boolean
    public bool OmitDocumentMap {get; set;}
    See Also