ActiveReports Developer 7
DataProviders Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Configuration Namespace > IConfigurationManager Interface : DataProviders Property

Glossary Item Box

Returns a collection of custom data providers.

Syntax

Visual Basic (Declaration) 
ReadOnly Property DataProviders As DataProviderInfoCollection
C# 
DataProviderInfoCollection DataProviders {get;}

See Also