Class RVReportingServicesDataSourceItem

Microsoft Reporting Services (MS SSRS) data source item

Inheritance
System.Object
RVReportingServicesDataSourceItem
Namespace: Reveal.Sdk.Data.Microsoft.ReportingServices
Assembly: Infragistics.Reveal.Connectors.ReportingServices.dll
Syntax
public class RVReportingServicesDataSourceItem : RVDataSourceItem

Constructors

RVReportingServicesDataSourceItem(RVReportingServicesDataSource)

Declaration
public RVReportingServicesDataSourceItem(RVReportingServicesDataSource dataSource)
Parameters
Type Name Description
RVReportingServicesDataSource dataSource

RVReportingServicesDataSourceItem(RVReportingServicesDataSource, BaseDataSourceItem)

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

Properties

Dynamic

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

Parameters

Declaration
public Dictionary<string, object> Parameters { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>

Path

Path to the report

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

RenderMode

Render mode, might be data or report. Data means Reveal will request the report to be exported to CSV and will use that data as regular input data. Report means the report will be exported to PDF and rendered that way.

Declaration
public RVReportingServicesRenderMode RenderMode { get; set; }
Property Value
Type Description
RVReportingServicesRenderMode

Methods

CreateModelDataSourceItem()

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