ASP.NET MVC 10.1.11
Demos Support Blog Download
Show / Hide Table of Contents
PDF

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.

In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved