Initializes a new instance of the SilverlightInitParamsHelper class.

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

Syntax

C#
public SilverlightInitParamsHelper(
	string initParams
)
Visual Basic (Declaration)
Public Sub New ( _
	initParams As String _
)
Visual C++
public:
SilverlightInitParamsHelper(
	String^ initParams
)

Parameters

initParams
Type: System..::.String
An initial parameters.

See Also