Partager via


Propriété DataSetName

Indicates which data set to use for this data region.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property DataSetName As String
    Get
    Set
'Utilisation
Dim instance As DataRegion
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)

Valeur de propriété

Type : System. . :: . .String
A string value.