Freigeben über


ServerReport.ReportServerCredentials-Eigenschaft

Ruft die für den Berichtsserver zu verwendenden Anmeldeinformationen ab bzw. legt diese fest.

Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<NotifyParentPropertyAttribute(True)> _
<CategoryAttribute("Misc")> _
Public Property ReportServerCredentials As IReportServerCredentials
'Usage
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)

Eigenschaftenwert

Ein ReportServerCredentials-Objekt, das die für den Berichtsserver zu verwendenden Anmeldeinformationen enthält.

Beispiel

Ein Beispiel finden Sie unter ReportServerCredentials.

Siehe auch

Referenz

ServerReport-Klasse
ServerReport-Member
Microsoft.Reporting.WinForms-Namespace