Class RVGoogleDriveDataSourceItem
Google Drive data source item, referencing a file in Google Drive
Inheritance
System.Object
RVGoogleDriveDataSourceItem
Implements
Reveal.Sdk.Data.IRVResourceItem
Namespace: Reveal.Sdk.Data.Google.Drive
Assembly: Infragistics.Reveal.Connectors.GoogleDrive.dll
Syntax
public class RVGoogleDriveDataSourceItem : RVDataSourceItem
Constructors
RVGoogleDriveDataSourceItem()
Declaration
public RVGoogleDriveDataSourceItem()
RVGoogleDriveDataSourceItem(RVGoogleDriveDataSource, BaseDataSourceItem)
Declaration
public RVGoogleDriveDataSourceItem(RVGoogleDriveDataSource dataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
Type | Name | Description |
---|---|---|
RVGoogleDriveDataSource | dataSource | |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem | modelDataSourceItem |
Properties
Identifier
Identifier of the file referenced by this item
Declaration
public string Identifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |
Implements
Reveal.Sdk.Data.IRVResourceItem