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

Class DataSetShared

Represents the shared data set values.

Inheritance
System.Object
DataSetShared
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class DataSetShared : Object

Constructors

DataSetShared()

Declaration
public DataSetShared()

Properties

Fields

Gets or sets the collection of fields for a data extension.

Declaration
public Fields Fields { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.Fields

A BoldReports.RDL.DOM.Fields object representing the fields associated with the data extension.

Name

Gets or sets the name of the data extension.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

A System.String representing the name of the data extension.

Query

Gets or sets the query associated with the data extension.

Declaration
public SharedQuery Query { get; set; }
Property Value
Type Description
SharedQuery

The query of type SharedQuery that is used to interact with or manipulate the data associated with this data extension.

QueryParameters

Gets or sets the query parameters used for data operations.

Declaration
public QueryParameters QueryParameters { get; set; }
Property Value
Type Description
BoldReports.RDL.DOM.QueryParameters

A BoldReports.RDL.DOM.QueryParameters instance that defines the parameters for querying data in a specified manner.

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