Share via


ReportDesign.removeRedundantFooters Method

Definition

Overloads

removeRedundantFooters()
removeRedundantFooters(Boolean)

removeRedundantFooters()

public:
 virtual bool removeRedundantFooters();
public virtual bool removeRedundantFooters ();
abstract member removeRedundantFooters : unit -> bool
override this.removeRedundantFooters : unit -> bool
Public Overridable Function removeRedundantFooters () As Boolean

Returns

Applies to

removeRedundantFooters(Boolean)

public:
 virtual bool removeRedundantFooters(bool _value);
public virtual bool removeRedundantFooters (bool _value);
abstract member removeRedundantFooters : bool -> bool
override this.removeRedundantFooters : bool -> bool
Public Overridable Function removeRedundantFooters (_value As Boolean) As Boolean

Parameters

_value
Boolean

Returns

Applies to