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






Contains settings applied to the WebGrid when printed directly from browser.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Behavior")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DescriptionAttribute("Contains settings applied to the Grid when printed directly from browser.")>
Public Property BrowserPrintSettings As BrowserPrintSettings
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As BrowserPrintSettings
 
instance.BrowserPrintSettings = value
 
value = instance.BrowserPrintSettings
C# 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Contains settings applied to the Grid when printed directly from browser.")]
public BrowserPrintSettings BrowserPrintSettings {get; set;}
Delphi 
public read-write property BrowserPrintSettings: BrowserPrintSettings; 
JScript 
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
NotifyParentPropertyAttribute()
ISNet.Serialization.XmlSerializableAttribute()
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Behavior")
DefaultValueAttribute()
PersistenceModeAttribute(PersistenceMode.InnerProperty)
DescriptionAttribute("Contains settings applied to the Grid when printed directly from browser.")
public function get,set BrowserPrintSettings : BrowserPrintSettings
Managed Extensions for C++ 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Contains settings applied to the Grid when printed directly from browser.")]
public: __property BrowserPrintSettings* get_BrowserPrintSettings();
public: __property void set_BrowserPrintSettings( 
   BrowserPrintSettings* value
);
C++/CLI 
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Behavior")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DescriptionAttribute("Contains settings applied to the Grid when printed directly from browser.")]
public:
property BrowserPrintSettings^ BrowserPrintSettings {
   BrowserPrintSettings^ get();
   void set (    BrowserPrintSettings^ value);
}

Remarks

There are two properties in BrowserPrintSettings:

  • GridLayout, which determines the mode that WebGrid should use during printing.
  • PrintStatusBar, which specifies whether or not the status bar of the WebGrid should be included in printing.

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.