Class RVSharePointListDataSourceItem

Data source item to get data from a Sharepoint list

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

Constructors

RVSharePointListDataSourceItem(RVSharePointDataSource)

Declaration
public RVSharePointListDataSourceItem(RVSharePointDataSource dataSource)
Parameters
Type Name Description
RVSharePointDataSource dataSource

RVSharePointListDataSourceItem(RVSharePointDataSource, BaseDataSourceItem)

Declaration
public RVSharePointListDataSourceItem(RVSharePointDataSource dataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
Type Name Description
RVSharePointDataSource dataSource
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem modelDataSourceItem

Properties

IsLibrary

Is this list a document library?

Declaration
public bool IsLibrary { get; set; }
Property Value
Type Description
System.Boolean

ListName

The title of the list (not the GUID!)

Declaration
public string ListName { get; set; }
Property Value
Type Description
System.String

ListUrl

URL to the list

Declaration
public string ListUrl { get; set; }
Property Value
Type Description
System.String

View

Name of the view to use

Declaration
public string View { get; set; }
Property Value
Type Description
System.String

WebUrl

URL to the site containing the list

Declaration
public string WebUrl { get; set; }
Property Value
Type Description
System.String

Methods

CreateModelDataSourceItem()

Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type Description
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem