This topic has not yet been rated - Rate this topic

DataSourceCredentialsCollection Class

Visual Studio 2010

Represents a collection of DataSourceCredentials objects.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
[DefaultMemberAttribute("Item")] 
public sealed class DataSourceCredentialsCollection : Collection<DataSourceCredentials>
/** @attribute DefaultMemberAttribute("Item") */ 
public final class DataSourceCredentialsCollection extends Collection<DataSourceCredentials>
DefaultMemberAttribute("Item") 
public final class DataSourceCredentialsCollection extends Collection<DataSourceCredentials>

This class is referenced by the Credentials property in ReportCredentialsEventArgs.

System.Object
   System.Collections.ObjectModel.Collection
    Microsoft.Reporting.WinForms.DataSourceCredentialsCollection
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.