Class RVGoogleSearchConsoleDataSourceItem
Google Search Console data source item
Inheritance
System.Object
RVGoogleSearchConsoleDataSourceItem
Assembly: Infragistics.Reveal.Connectors.SearchConsole.dll
Syntax
public class RVGoogleSearchConsoleDataSourceItem : RVDataSourceItem, IDataSourceItem
Constructors
RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource)
Declaration
public RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource dataSource)
Parameters
RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource, BaseDataSourceItem)
Declaration
public RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource dataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
Properties
SiteUrl
The URL of the property as defined in Search Console
Declaration
public string SiteUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |
|
Overrides