Proprietà DataSetInfo.DataSetName
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the name of the dataset.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property DataSetName As String
Get
Set
'Utilizzo
Dim instance As DataSetInfo
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)
Valore proprietà
Tipo: System.String
The name of the dataset.