Sets the font loading source for control.

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

Syntax

C#
public void SetFontSource(
	DependencyObject control
)
Visual Basic (Declaration)
Public Sub SetFontSource ( _
	control As DependencyObject _
)
Visual C++
public:
void SetFontSource(
	DependencyObject^ control
)

Parameters

control
Type: System.Windows..::.DependencyObject
The control. The instance of DependencyObject class.

See Also