Class RVQuickBooksDataSource

QuickBooks data source

Inheritance
System.Object
RVQuickBooksDataSource
Namespace: Reveal.Sdk.Data.QuickBooks
Assembly: Infragistics.Reveal.Connectors.QuickBooks.dll
Syntax
public class RVQuickBooksDataSource : RVDashboardDataSource

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

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