Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the name of the dataset.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
A String value containing the name of the dataset.
Comentarios
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 nulles una referencia NULL (Nothing en Visual Basic). and the dataset names are retrieved from the data region objects.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering