Udostępnij za pośrednictwem


Właściwość ReportDataSource.DataMember —

Specifies the name of the list of data for binding.

Przestrzeń nazw:  Microsoft.Reporting.WebForms
Zestaw:  Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)

Składnia

'Deklaracja
<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)

Wartość właściwości

Typ: String
A String value.

Uwagi

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

Zobacz też

Informacje

ReportDataSource Klasa

Przestrzeń nazw Microsoft.Reporting.WebForms