Class DataOptions
Define datasource-related configuration options for data fetching.
Inheritance
System.Object
DataOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public sealed class DataOptions
Constructors
DataOptions()
Declaration
public DataOptions()
Properties
TimeOutInMinutes
Gets or sets the timeout (in minutes) for report processing and export operations. Helps to control the maximum duration for data fetching.
Declaration
public string TimeOutInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |