Class RVSharePointListDataSourceItem
Data source item to get data from a Sharepoint list
Inheritance
System.Object
RVSharePointListDataSourceItem
Assembly: Infragistics.Reveal.Connectors.SharePoint.dll
Syntax
public class RVSharePointListDataSourceItem : RVBaseSharePointDataSourceItem
Constructors
RVSharePointListDataSourceItem(RVSharePointDataSource)
Declaration
public RVSharePointListDataSourceItem(RVSharePointDataSource dataSource)
Parameters
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
Declaration
public string ListUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
View
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 |
|