Class RVGoogleAnalytics4DataSource
Google Analytics 4 data source
Inheritance
System.Object
RVGoogleAnalytics4DataSource
Namespace: Reveal.Sdk.Data.Google.Analytics4
Assembly: Infragistics.Reveal.Connectors.GoogleAnalytics4.dll
Syntax
public class RVGoogleAnalytics4DataSource : RVDashboardDataSource
Constructors
RVGoogleAnalytics4DataSource()
Declaration
public RVGoogleAnalytics4DataSource()
RVGoogleAnalytics4DataSource(BaseDataSource)
Declaration
public RVGoogleAnalytics4DataSource(BaseDataSource modelDataSource)
Parameters
Type | Name | Description |
---|---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource | modelDataSource |
Properties
AccountId
Account identifier to get data from
Declaration
public string AccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PropertyId
Property identifier to get data from
Declaration
public string PropertyId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type | Description |
---|---|
Infragistics.ReportPlus.DashboardModel.BaseDataSource |