Class RVReportingServicesDataSourceItem
Microsoft Reporting Services (MS SSRS) data source item
Inheritance
System.Object
RVReportingServicesDataSourceItem
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class RVReportingServicesDataSourceItem : RVDataSourceItem
Constructors
RVReportingServicesDataSourceItem(RVReportingServicesDataSource)
Declaration
public RVReportingServicesDataSourceItem(RVReportingServicesDataSource dataSource)
Parameters
Properties
Dynamic
Declaration
public string Dynamic { get; set; }
Property Value
Type |
Description |
System.String |
|
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