Class DatasetTaskLibrary
Represents a library containing a mapping between a dataset and its associated task details.
Inheritance
System.Object
DatasetTaskLibrary
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.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class DatasetTaskLibrary
Constructors
DatasetTaskLibrary()
Declaration
public DatasetTaskLibrary()
Properties
DatasetName
Gets or sets the name of the dataset.
Declaration
public string DatasetName { get; set; }
Property Value
Type | Description |
---|---|
System.String | A System.String representing the dataset's name. |
TaskDetails
Gets or sets the details of the associated task.
Declaration
public Task TaskDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task object containing details about the task. |