DataSourceCredentials Class
Represents data source credentials.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
Public NotInheritable Class DataSourceCredentials
'Usage
Dim instance As DataSourceCredentials
public sealed class DataSourceCredentials
public ref class DataSourceCredentials sealed
public final class DataSourceCredentials
public final class DataSourceCredentials
Remarks
This class is used to provide credentials for data sources used by server reports and is passed as an argument to the SetDataSourceCredentials method of the ServerReport class.
Inheritance Hierarchy
System.Object
Microsoft.Reporting.WinForms.DataSourceCredentials
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
DataSourceCredentials Members
Microsoft.Reporting.WinForms Namespace