DataSourceCredentials Class

Represents data source credentials.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataSourceCredentials
'Usage
Dim instance As DataSourceCredentials
[SerializableAttribute]
public class DataSourceCredentials
[SerializableAttribute]
public ref class DataSourceCredentials
[<SerializableAttribute>]
type DataSourceCredentials =  class end
public class DataSourceCredentials

Remarks

Use the DataSourceCredentials class together with the GetReportParameters(String, String, Boolean, array<ParameterValue[], array<DataSourceCredentials[]) method to pass credentials to an external data source.

Inheritance Hierarchy

System.Object
  ReportService2006.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.