Class DatasetTaskLibrary
Represents a library containing a mapping between a dataset and its associated task details.
Inheritance
System.Object
DatasetTaskLibrary
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class DatasetTaskLibrary : Object
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. |