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