GrapeCity MultiRow Windows Forms Documentation
PrintPagesMode Property (ColumnFooterSection)


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

Property Value

One of the PrintFooter values. The default is PrintFooter.None.
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThe assigned value is not a PrintFooter value.
Remarks
If you set the PrintSettings.PrintFooter property in the Template, you can specify to print the column footer 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 PrintFooter.LastPage, the current column footer section is printed on the last page. If the property is set to PrintFooter.AllPages, the current column footer section is printed on all pages. If the property is set to PrintFooter.None, whether the column footer section is printed is determined by the PrintSettings.PrintFooter'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

ColumnFooterSection Class
ColumnFooterSection Members
GcMultiRow.PrintSettings
PrintSettings.PrintFooter

 

 


Copyright © GrapeCity, inc. All rights reserved.