ReportDesign.removeRedundantFooters Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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