Requires font loading source from server.

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

Syntax

C#
public void QueryFontSource(
	FontKey fontKey,
	Action<FontKey, FontSource> callBack
)
Visual Basic (Declaration)
Public Sub QueryFontSource ( _
	fontKey As FontKey, _
	callBack As Action(Of FontKey, FontSource) _
)
Visual C++
public:
void QueryFontSource(
	FontKey fontKey, 
	Action<FontKey, FontSource^>^ callBack
)

Parameters

fontKey
Type: PerpetuumSoft.Reporting.Silverlight.Client.Fonts..::.FontKey
callBack
Type: System..::.Action<(Of <(FontKey, FontSource>)>)

See Also