Propriedade ServerReport.ReportServerCredentials
Gets or sets the credentials to be used with the report server.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public Property ReportServerCredentials As IReportServerCredentials
[BrowsableAttribute(false)]
public IReportServerCredentials ReportServerCredentials { get; set; }
[BrowsableAttribute(false)]
public:
property IReportServerCredentials^ ReportServerCredentials {
IReportServerCredentials^ get ();
void set (IReportServerCredentials^ value);
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : IReportServerCredentials with get, set
function get ReportServerCredentials () : IReportServerCredentials
function set ReportServerCredentials (value : IReportServerCredentials)
Valor de propriedade
Tipo: Microsoft.Reporting.WebForms.IReportServerCredentials
A ReportServerCredentials object containing the credentials to be used with the report server.
Exemplos
For more information and a code example, see ReportServerCredentials.