Class RestReportServiceElement
Internal use only
Inheritance
System.Object
RestReportServiceElement
Namespace: Telerik.Reporting.Configuration
Assembly: Telerik.Reporting.dll
Syntax
public sealed class RestReportServiceElement : ConfigurationElement
Constructors
RestReportServiceElement()
Declaration
public RestReportServiceElement()
Properties
ClientSessionTimeout
Internal use only
Declaration
public int ClientSessionTimeout { get; set; }
Property Value
System.Int32
|
ExceptionsVerbosity
Internal use only
Declaration
public string ExceptionsVerbosity { get; set; }
Property Value
System.String
|
HostAppId
Internal use only
Declaration
public string HostAppId { get; set; }
Property Value
System.String
|
ReportResolver
Internal use only
Declaration
public ReportResolverElement ReportResolver { get; }
Property Value
ReportResolverElement
|
ReportSharingTimeout
Internal use only
Declaration
public int ReportSharingTimeout { get; set; }
Property Value
System.Int32
|
Storage
WorkerCount
Internal use only
Declaration
public int WorkerCount { get; set; }
Property Value
System.Int32
|