Class RVReportingServicesDataSourceItem
Microsoft Reporting Services (MS SSRS) data source item
Inheritance
System.Object
RVReportingServicesDataSourceItem
Assembly: Infragistics.Reveal.Connectors.ReportingServices.dll
Syntax
public class RVReportingServicesDataSourceItem : RVDataSourceItem
Constructors
RVReportingServicesDataSourceItem(RVReportingServicesDataSource)
Declaration
public RVReportingServicesDataSourceItem(RVReportingServicesDataSource dataSource)
Parameters
RVReportingServicesDataSourceItem(RVReportingServicesDataSource, BaseDataSourceItem)
Declaration
public RVReportingServicesDataSourceItem(RVReportingServicesDataSource dataSource, BaseDataSourceItem modelDataSourceItem)
Parameters
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
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
Methods
CreateModelDataSourceItem()
Declaration
public override BaseDataSourceItem CreateModelDataSourceItem()
Returns
Type |
Description |
Infragistics.ReportPlus.DashboardModel.BaseDataSourceItem |
|