Class SharedDataSet
Inheritance
System.Object
SharedDataSet
Namespace: BoldReports.RDL.Data
Assembly: BoldReports.Web.dll
Syntax
public class SharedDataSet : Object
Constructors
SharedDataSet()
Declaration
public SharedDataSet()
Properties
DataSet
Gets or sets the shared data set.
Declaration
public DataSetShared DataSet { get; set; }
Property Value
Type | Description |
---|---|
DataSetShared | A |
ReportServerUrl
Gets or sets the URL of the report server.
Declaration
public string ReportServerUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | A string representing the URL endpoint for the SQL Server reporting server. |