FlexReport for .NET | ComponentOne
C1.WPF.Document Assembly / C1.WPF.Document Namespace / C1SSRSDocumentSource Class / ShouldSerializeConnectionOptions Method

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

    Return Value

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