Implements GetFont(String).

Namespace:  PerpetuumSoft.Reporting.Silverlight.Server
Assembly:  PerpetuumSoft.Reporting.Silverlight.Server (in PerpetuumSoft.Reporting.Silverlight.Server.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public Stream GetFont(
	string resourceId
)
Visual Basic (Declaration)
Public Function GetFont ( _
	resourceId As String _
) As Stream
Visual C++
public:
virtual Stream^ GetFont(
	String^ resourceId
) sealed

Parameters

resourceId
Type: System..::.String

Implements

IReportServiceResources..::.GetFont(String)

See Also