Requires font loading source from server.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.FontsAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.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.ReportingServices.Viewer.Client.Fonts..::.FontKey
The font key. The instance of FontKey class.
- callBack
- Type: System..::.Action<(Of <(FontKey, FontSource>)>)
The call-back action. The instance of Action<(Of <(T1, T2>)>) class.