Class RVSharePointDataSource

Sharepoint data source, contains the URL to the Sharepoint site to use.

Inheritance
System.Object
RVSharePointDataSource
Namespace: Reveal.Sdk.Data.Microsoft.SharePoint
Assembly: Infragistics.Reveal.Connectors.SharePoint.dll
Syntax
public class RVSharePointDataSource : RVDashboardDataSource

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
Type Description
RVSharePointAuthenticationMethod

ProviderKey

Declaration
protected override string ProviderKey { get; }
Property Value
Type Description
System.String

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