Partilhar via


Propriedade ReportDataSource.DataMember

Specifies the name of the list of data for binding.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
<WebBrowsableAttribute(True)> _
Public Property DataMember As String
[WebBrowsableAttribute(true)]
public string DataMember { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ DataMember {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member DataMember : string with get, set
function get DataMember () : String
function set DataMember (value : String)

Valor de propriedade

Tipo: String
A String value.

Comentários

This property is used in cases where the data source contains more than one distinct list of data items.

Consulte também

Referência

ReportDataSource Classe

Namespace Microsoft.Reporting.WebForms