Intersoft WebGrid Documentation
GridLayout Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > BrowserPrintSettings Class : GridLayout Property






Determines the mode that WebGrid should use during printing

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Determines the mode that WebGrid should use during printing. ")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property GridLayout As GridPrintLayoutMode
Visual Basic (Usage)Copy Code
Dim instance As BrowserPrintSettings
Dim value As GridPrintLayoutMode
 
instance.GridLayout = value
 
value = instance.GridLayout
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Determines the mode that WebGrid should use during printing. ")]
[ISNet.Serialization.XmlSerializableAttribute()]
public GridPrintLayoutMode GridLayout {get; set;}
Delphi 
public read-write property GridLayout: GridPrintLayoutMode; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Determines the mode that WebGrid should use during printing. ")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set GridLayout : GridPrintLayoutMode
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Determines the mode that WebGrid should use during printing. ")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property GridPrintLayoutMode get_GridLayout();
public: __property void set_GridLayout( 
   GridPrintLayoutMode value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Determines the mode that WebGrid should use during printing. ")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property GridPrintLayoutMode GridLayout {
   GridPrintLayoutMode get();
   void set (    GridPrintLayoutMode value);
}

Remarks

Users will find the printing mode is same like displayed in browser when they set this property to AsDisplayedInBrowser. On the other hand, users can see all rows during printing when they set this property to ExpandAllRowsToVisible.

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.