Class RVQuickBooksDataSource
Inheritance
System.Object
RVQuickBooksDataSource
Assembly: Infragistics.Reveal.Connectors.QuickBooks.dll
Syntax
public class RVQuickBooksDataSource : RVDashboardDataSource, IDataSource
Constructors
RVQuickBooksDataSource()
Declaration
public RVQuickBooksDataSource()
RVQuickBooksDataSource(BaseDataSource)
Declaration
public RVQuickBooksDataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
RealmId
Realm Id, the unique ID identifying a specific QuickBooks company.
Declaration
public string RealmId { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides