Class RVReportingServicesRenderMode
Render mode for Reporting Services data source item, see RenderMode property.
Inheritance
System.Object
RVReportingServicesRenderMode
Namespace: Reveal.Sdk.Data.Microsoft.ReportingServices
Assembly: Infragistics.Reveal.Connectors.ReportingServices.dll
Syntax
public sealed class RVReportingServicesRenderMode : Enum
Fields
Data
Data mode, it means the report will be exported to CSV and that data will be used as regular input data.
Declaration
public const RVReportingServicesRenderMode Data
Field Value
Type | Description |
---|---|
RVReportingServicesRenderMode |
Report
Report mode, it means the report will be exported to PDF and rendered that way
Declaration
public const RVReportingServicesRenderMode Report
Field Value
Type | Description |
---|---|
RVReportingServicesRenderMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |