Class RVGoogleSheetDataSource

The data source object used to represent the Google sheet data source, there are no additional properties in this class as all relevant information is specified in the RVGoogleSheetDataSourceItem object.

Inheritance
System.Object
RVGoogleSheetDataSource
Namespace: Reveal.Sdk.Data.Excel
Assembly: Infragistics.Reveal.DataLayer.dll
Syntax
public class RVGoogleSheetDataSource : RVExcelDataSource, IDataSource

Constructors

RVGoogleSheetDataSource()

Declaration
public RVGoogleSheetDataSource()

RVGoogleSheetDataSource(BaseDataSource)

Declaration
public RVGoogleSheetDataSource(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
RVExcelDataSource.ProviderKey

Methods

ToModelDataSource()

Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSource
Overrides
RVExcelDataSource.ToModelDataSource()