ServerReport.ReportServerCredentials Property

Gets or sets the credentials to be used with the report server.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
<BrowsableAttribute(False)> _
Public Property ReportServerCredentials As IReportServerCredentials
'Usage
Dim instance As ServerReport
Dim value As IReportServerCredentials

value = instance.ReportServerCredentials

instance.ReportServerCredentials = value
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
[BrowsableAttribute(false)] 
public IReportServerCredentials ReportServerCredentials { get; set; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] 
[BrowsableAttribute(false)] 
public:
property 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)

Property Value

A ReportServerCredentials object containing the credentials to be used with the report server.

Example

For more information and a code example, see ReportServerCredentials.

See Also

Reference

ServerReport Class
ServerReport Members
Microsoft.Reporting.WebForms Namespace