ServerReport.ReportServerCredentials Property

 

Gets the credentials to be used with the report server.

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

Syntax

[BrowsableAttribute(false)]
public ReportServerCredentials ReportServerCredentials { get; }
public:
[BrowsableAttribute(false)]
property ReportServerCredentials^ ReportServerCredentials {
    ReportServerCredentials^ get();
}
[<BrowsableAttribute(false)>]
member ReportServerCredentials : ReportServerCredentials with get
<BrowsableAttribute(False)>
Public ReadOnly Property ReportServerCredentials As ReportServerCredentials

Property Value

Type: Microsoft.Reporting.WinForms.ReportServerCredentials

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

Examples

Legacy Code Example

For more information and a code example, see ReportServerCredentials.

See Also

ServerReport Class
Microsoft.Reporting.WinForms Namespace

Return to top