Partilhar via


Propriedade ServerReport.ReportServerCredentials

Gets the credentials to be used with the report server.

Namespace:  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (em Microsoft.ReportViewer.WinForms.dll)

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials
[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
[BrowsableAttribute(false)]
public:
property ReportServerCredentials^ ReportServerCredentials {
    ReportServerCredentials^ get ();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials with get
function get ReportServerCredentials () : ReportServerCredentials

Valor de propriedade

Tipo: Microsoft.Reporting.WinForms.ReportServerCredentials
A ReportServerCredentials object containing the credentials to be used with the report server.

Exemplos

For more information and a code example, see ReportServerCredentials.

Consulte também

Referência

ServerReport Classe

Namespace Microsoft.Reporting.WinForms