Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word.Templates Namespace / DataTemplate Class / DataSources Property

In This Topic
    DataSources Property
    In This Topic
    Gets the collection of data sources associated with the current document's data templates.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSources As DataSourceDictionary
    public DataSourceDictionary DataSources {get;}
    See Also