Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the referenced data set.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property DataSetName As String
Get
Set
'Usage
Dim instance As DataSetReference
Dim value As String
value = instance.DataSetName
instance.DataSetName = value
public string DataSetName { get; set; }
public:
property String^ DataSetName {
String^ get ();
void set (String^ value);
}
member DataSetName : string with get, set
function get DataSetName () : String
function set DataSetName (value : String)
Property Value
Type: System.String
The name of the referenced data set.