Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1SSRSDocumentSource Class / ShouldSerializeDocumentLocation Method

In This Topic
    ShouldSerializeDocumentLocation Method (C1SSRSDocumentSource)
    In This Topic
    Indicates whether the DocumentLocation property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeDocumentLocation() As Boolean
    protected bool ShouldSerializeDocumentLocation()

    Return Value

    True if DocumentLocation should be serialized, false otherwise.
    See Also