Compartir a través de


Propiedad ServerReport.ReportServerCredentials

Obtiene o establece las credenciales que se utilizan con el servidor de informes.

Espacio de nombres: Microsoft.Reporting.WinForms
Ensamblado: Microsoft.ReportViewer.WinForms (en microsoft.reportviewer.winforms.dll)

Sintaxis

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

value = instance.ReportServerCredentials

instance.ReportServerCredentials = value
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute("Misc")] 
public IReportServerCredentials ReportServerCredentials { get; set; }
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] 
[NotifyParentPropertyAttribute(true)] 
[CategoryAttribute(L"Misc")] 
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 utilizan con el servidor de informes.

Ejemplo

Por ejemplo, vea ReportServerCredentials.

Consulte también

Referencia

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