Propriedade do RDL DataSourceCredentials.UserName
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the user name of the data source.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property UserName As String
Get
Set
'Uso
Dim instance As DataSourceCredentials
Dim value As String
value = instance.UserName
instance.UserName = value
public string UserName { get; set; }
public:
property String^ UserName {
String^ get ();
void set (String^ value);
}
member UserName : string with get, set
function get UserName () : String
function set UserName (value : String)
Valor da propriedade
Tipo: System.String
The user name of the data source.