Intersoft WebGrid Documentation
DynFonts Property
See Also  Example Send Feedback
ISNet.WebUI.WebGrid Namespace > DynARInfo Class : DynFonts Property






Specifies report fonts, like TitleFont, HeaderFont, DetailFont, etc.

Syntax

Visual Basic (Declaration) 
Public Property DynFonts As DynARFonts
Visual Basic (Usage)Copy Code
Dim instance As DynARInfo
Dim value As DynARFonts
 
instance.DynFonts = value
 
value = instance.DynFonts
C# 
public DynARFonts DynFonts {get; set;}
Delphi 
public read-write property DynFonts: DynARFonts; 
JScript 
public function get,set DynFonts : DynARFonts
Managed Extensions for C++ 
public: __property DynARFonts get_DynFonts();
public: __property void set_DynFonts( 
   DynARFonts value
);
C++/CLI 
public:
property DynARFonts DynFonts {
   DynARFonts get();
   void set (    DynARFonts value);
}

Example

C#Copy Code
ISNet.WebUI.WebGrid.DynARFonts oFonts = new ISNet.WebUI.WebGrid.DynARFonts(null,null,null,null,null,null,null,null,null);

Remarks

Using this property users can determine the objects regarding report fonts, such as object titleFont, object parentInfoFont, object headerFont, object footerFont, and so on.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.