Propiedad ServerReport.ReportServerCredentials

Obtiene o establece las credenciales que se van a usar en el servidor de informes.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
<BrowsableAttribute(False)> _
Public Property ReportServerCredentials As IReportServerCredentials
'Uso
Dim instance As ServerReport
Dim value As IReportServerCredentials

value = instance.ReportServerCredentials

instance.ReportServerCredentials = value
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
[BrowsableAttribute(false)] 
public IReportServerCredentials ReportServerCredentials { get; set; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
[BrowsableAttribute(false)] 
public:
IReportServerCredentials^ ReportServerCredentials {
    IReportServerCredentials^ get ();
    void set (IReportServerCredentials^ value);
}
/** @property */
public IReportServerCredentials get_ReportServerCredentials ()

/** @property */
public void set_ReportServerCredentials (IReportServerCredentials value)
public function get ReportServerCredentials () : IReportServerCredentials

public function set ReportServerCredentials (value : IReportServerCredentials)

Valor de la propiedad

Un objeto ReportServerCredentials que contiene las credenciales que se van a usar en el servidor de informes.

Ejemplo

Para ver un ejemplo, vea ReportServerCredentials.

Consulte también

Referencia

Clase ServerReport
Miembros ServerReport
Espacio de nombres Microsoft.Reporting.WebForms