GrapeCity MultiRow Windows Forms Documentation
PrintPagesMode Property (ColumnHeaderSection)


Gets or sets a value indicating in which pages the ColumnHeaderSection should be printed.
Syntax
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates in which pages the ColumnHeaderSection should be printed.")>
Public Property PrintPagesMode As PrintHeader
Dim instance As ColumnHeaderSection
Dim value As PrintHeader
 
instance.PrintPagesMode = value
 
value = instance.PrintPagesMode
[DefaultValue()]
[SRCategory("Behavior")]
[SRDescription("Indicates in which pages the ColumnHeaderSection should be printed.")]
public PrintHeader PrintPagesMode {get; set;}

Property Value

One of the PrintHeader values. The default is PrintHeader.None.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe assigned value is not a PrintHeader value.
Remarks
If you set the PrintSettings.PrintHeader property in the Template, you can specify to print the column header section on all pages, but not on specific pages. To print them on specific pages, set the PrintPagesMode property. For example, if the PrintPagesMode property is set to PrintHeader.FirstPage, the current column header section is printed on the first page. If the property is set to PrintHeader.AllPages, the current column header section is printed on all pages. If the property is set to PrintHeader.None, whether the column header section is printed is determined by the PrintSettings.PrintHeader's settings.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnHeaderSection Class
ColumnHeaderSection Members
GcMultiRow.PrintSettings
PrintSettings.PrintHeader

 

 


Copyright © GrapeCity, inc. All rights reserved.