Partilhar via


Propriedade do RDL DataSetInfo.DataSetName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the name of the dataset.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property DataSetName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The name of the dataset.

Consulte também

Referência

DataSetInfo Classe

Namespace Microsoft.ReportingServices.RdlObjectModel