ActiveReports Developer 7
DataProviderService Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.BI.Data.DataProviders Namespace > SysConnectionAdapter Class : DataProviderService Property

Glossary Item Box

Gets ot sets Data.IDataProviderService used to obtain the data at runtime. 

Syntax

Visual Basic (Declaration) 
Public Property DataProviderService As IDataProviderService
C# 
public IDataProviderService DataProviderService {get; set;}

See Also