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. |