DataSource.Item Property

 

Applies To: SQL Server 2016 Preview

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public DataSourceDefinitionOrReference Item { get; set; }
public:
property DataSourceDefinitionOrReference^ Item {
    DataSourceDefinitionOrReference^ get();
    void set(DataSourceDefinitionOrReference^ value);
}
member Item : DataSourceDefinitionOrReference with get, set
Public Property Item As DataSourceDefinitionOrReference

Property Value

Type: ReportService2010.DataSourceDefinitionOrReference

See Also

DataSource Class
ReportService2010 Namespace

Return to top