ServerReport.ReportServerCredentials Property
Gets or sets credentials to be used with the report server.
Namespace: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials
'Usage
Dim instance As ServerReport
Dim value As ReportServerCredentials
value = instance.ReportServerCredentials
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public ReportServerCredentials ReportServerCredentials { get; }
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
public:
property ReportServerCredentials^ ReportServerCredentials {
ReportServerCredentials^ get ();
}
/** @property */
public ReportServerCredentials get_ReportServerCredentials ()
public function get ReportServerCredentials () : ReportServerCredentials
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.WinForms Namespace