Class RVSharePointDataSource
Sharepoint data source, contains the URL to the Sharepoint site to use.
Inheritance
System.Object
RVSharePointDataSource
Assembly: Infragistics.Reveal.Connectors.SharePoint.dll
Syntax
public class RVSharePointDataSource : RVDashboardDataSource, IDataSource
Constructors
RVSharePointDataSource()
Declaration
public RVSharePointDataSource()
RVSharePointDataSource(BaseDataSource)
Declaration
public RVSharePointDataSource(BaseDataSource modelDataSource)
Parameters
Type |
Name |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
modelDataSource |
|
Properties
AuthenticationMethod
The authentication method to use when connecting to Sharepoint
Declaration
public RVSharePointAuthenticationMethod AuthenticationMethod { get; set; }
Property Value
ProviderKey
Declaration
protected override string ProviderKey { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Url
URL to the Sharepoint site (or sub site) to use
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ToModelDataSource()
Declaration
protected override BaseDataSource ToModelDataSource()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSource |
|
Overrides