Version

IsFixedHeader Property (HeaderRowExportingEventArgs)

Returns whether the header being exported is a fixed header.
Syntax
'Declaration
 
Public ReadOnly Property IsFixedHeader As Boolean
public bool IsFixedHeader {get;}
Remarks

A set of headers for a band may be exported to one of two places.

If the header is fixed, it will be exported into an INode which is contained within the report band header. This type of header will repeat at the top of each page of the report. In this case, the container is returned by the FixedHeaderContainer property and HeaderContainer will be null.

If the header is not fixed, it will be exported into the header of the ITable representing the rows collection being exported. In this case, the container is returned by the HeaderContainer property and FixedHeaderContainer will be null.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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