Sets the report service client binding.

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

Syntax

C#
public void SetReportServiceClientBinding(
	Binding binding
)
Visual Basic (Declaration)
Public Sub SetReportServiceClientBinding ( _
	binding As Binding _
)
Visual C++
public:
void SetReportServiceClientBinding(
	Binding^ binding
)

Parameters

binding
Type: System.ServiceModel.Channels..::.Binding
The binding.

See Also