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

Syntax

C#
public interface IReportServiceResourcesChannel : IReportServiceResources, 
	IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel>, 
	IDisposable
Visual Basic (Declaration)
Public Interface IReportServiceResourcesChannel _
	Implements IReportServiceResources, IClientChannel, IContextChannel, IChannel,  _
	ICommunicationObject, IExtensibleObject(Of IContextChannel), IDisposable
Visual C++
public interface class IReportServiceResourcesChannel : IReportServiceResources, 
	IClientChannel, IContextChannel, IChannel, ICommunicationObject, IExtensibleObject<IContextChannel^>, 
	IDisposable

See Also