Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataSourceDictionary Class / DataSourceDictionary Constructor
If true, only one data source is allowed.

In This Topic
    DataSourceDictionary Constructor
    In This Topic
    Initializes a new instance of the DataSourceDictionary class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal onlyOneDataSourceAllowed As System.Boolean _
    )
    public DataSourceDictionary( 
       System.bool onlyOneDataSourceAllowed
    )

    Parameters

    onlyOneDataSourceAllowed
    If true, only one data source is allowed.
    See Also