Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / ShouldSerializeConnectionOptions Method

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

    Return Value

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