Partager via


Propriété Report.DataSetName

Gets the name of the dataset.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property DataSetName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String value containing the name of the dataset.

Notes

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 nullune référence Null (Nothing dans Visual Basic) and the dataset names are retrieved from the data region objects.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.ReportRendering