Costruttore ReportDataSource (String, BindingSource)
Crea un'origine dati denominata con un oggetto BindingSource nella proprietà Value.
Spazio dei nomi Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String, _
dataSourceValue As BindingSource _
)
'Utilizzo
Dim name As String
Dim dataSourceValue As BindingSource
Dim instance As New ReportDataSource(name, dataSourceValue)
public ReportDataSource(
string name,
BindingSource dataSourceValue
)
public:
ReportDataSource(
String^ name,
BindingSource^ dataSourceValue
)
new :
name:string *
dataSourceValue:BindingSource -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceValue : BindingSource
)
Parametri
- name
Tipo: System.String
Nome dell'origine dati, come specificato nella definizione del rapporto per il rapporto corrente.
- dataSourceValue
Tipo: System.Windows.Forms.BindingSource
Oggetto BindingSource contenente i dati.