Propriedade do RDL DataSetName
Obtém o nome do conjunto de dados.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property DataSetName As String
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .String
Um valor String que contém o nome do conjunto de dados.
Comentários
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 null Nothing nullptr unit uma referência nula (Nothing no Visual Basic) and the dataset names are retrieved from the data region objects.