Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
 
ReportServerCredentials Class 

Specifies the credentials for the ReportViewer control to use when connecting to a report server.

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

Visual Basic (Declaration)
Public NotInheritable Class ReportServerCredentials
	Implements IReportServerCredentials
Visual Basic (Usage)
Dim instance As ReportServerCredentials
C#
public sealed class ReportServerCredentials : IReportServerCredentials
C++
public ref class ReportServerCredentials sealed : IReportServerCredentials
J#
public final class ReportServerCredentials implements IReportServerCredentials
JScript
public final class ReportServerCredentials implements IReportServerCredentials

By default, the ReportViewer control uses the default Windows identity to connect to the report server. The ReportServerCredentials class is implemented as a property of the ReportViewer control and can be used to provide custom authentication for connecting to the report server.

System.Object
  Microsoft.Reporting.WinForms.ReportServerCredentials
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker