This class is intended to realize displaying Data-Sourse Credentials. Inherited from BaseParameterControl. It is used for the Report Viewer template creation.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public class CredentialParameterControl : BaseParameterControl
Visual Basic (Declaration)
Public Class CredentialParameterControl _
	Inherits BaseParameterControl
Visual C++
public ref class CredentialParameterControl : public BaseParameterControl

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows..::.UIElement
      System.Windows..::.FrameworkElement
        System.Windows.Controls..::.Control
          PerpetuumSoft.ReportingServices.Viewer.Client..::.BaseParameterControl
            PerpetuumSoft.ReportingServices.Viewer.Client..::.CredentialParameterControl

See Also