This topic has not yet been rated - Rate this topic

DataSourceDefinition.Password Property

Gets or sets the password that the report server uses to connect to a data source.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)
public string Password { get; set; }

Property Value

Type: System.String
A String that contains the password that report server uses to connect to a data source.

The maximum password length is 127 characters.

This property is ignored if CredentialRetrieval is set to None, Prompt, or Integrated.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.