Class RVS3DataSource
Inheritance
System.Object
RVS3DataSource
Assembly: Infragistics.Reveal.Connectors.S3.dll
Syntax
public class RVS3DataSource : RVDashboardDataSource, IDataSource
Constructors
RVS3DataSource()
Declaration
RVS3DataSource(BaseDataSource)
Declaration
public RVS3DataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
AWSAccountId
Declaration
public string AWSAccountId { get; set; }
Property Value
Type |
Description |
System.String |
|
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Region
Declaration
public string Region { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides