Construtor ReportDataSource
Incluir membros protegidos
Incluir membros herdados
Constructs a report data source.
Esse membro está sobrecarregado. Para informação completa sobre esse membro, incluindo sintaxe, uso e exemplos, clique em um nome na lista de sobrecargas.
Lista de sobrecargas
Nome | Descrição | |
---|---|---|
ReportDataSource() | Constructs an empty data source. | |
ReportDataSource(String) | Constructs a named data source. | |
ReportDataSource(String, IEnumerable) | Constructs a named data source with an IEnumerable in the Value property. | |
ReportDataSource(String, DataTable) | Constructs a named data source with a DataTable in the Value property. | |
ReportDataSource(String, Object) | Constructs a named data source with a value. | |
ReportDataSource(String, String) | Constructs a named data source with a data source ID. | |
ReportDataSource(String, IDataSource) | Constructs a named data source with an IDataSource in the Value property. |
Superior