Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the name of the dataset.
Spazio dei nomi Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property DataSetName As String
Get
'Utilizzo
Dim instance As Report
Dim value As String
value = instance.DataSetName
public string DataSetName { get; }
public:
property String^ DataSetName {
String^ get ();
}
member DataSetName : string
function get DataSetName () : String
Valore proprietà
Tipo: System.String
A String value containing the name of the dataset.
Osservazioni
If the report contains a single dataset, this property returns the name of the dataset. If a report contains multiple datasets, this property will be nullriferimento Null (Nothing in Visual Basic). and the dataset names are retrieved from the data region objects.