Compartir a través de


CustomData.DataSetName Propiedad

Gets or sets a value that indicates which dataset to use as the source data for this custom report item.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property DataSetName As String 
    Get 
    Set
'Uso
Dim instance As CustomData 
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 de la propiedad

Tipo: System.String
The name of the dataset to use as the source data for this custom report item.

Vea también

Referencia

CustomData Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel