DataSourceCredentialsCollection Class

Represents a collection of DataSourceCredentials objects.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class DataSourceCredentialsCollection
    Inherits Collection(Of DataSourceCredentials)
'Usage
Dim instance As DataSourceCredentialsCollection
[DefaultMemberAttribute("Item")] 
public sealed class DataSourceCredentialsCollection : Collection<DataSourceCredentials>
[DefaultMemberAttribute(L"Item")] 
public ref class DataSourceCredentialsCollection sealed : public Collection<DataSourceCredentials^>
/** @attribute DefaultMemberAttribute("Item") */ 
public final class DataSourceCredentialsCollection extends Collection<DataSourceCredentials>
DefaultMemberAttribute("Item") 
public final class DataSourceCredentialsCollection extends Collection<DataSourceCredentials>

Remarks

This class is referenced by the Credentials property in ReportCredentialsEventArgs.

Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Reporting.WebForms.DataSourceCredentialsCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataSourceCredentialsCollection Members
Microsoft.Reporting.WebForms Namespace