ReportSection.noOfHeadingLines 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
noOfHeadingLines() | |
noOfHeadingLines(Int32) | |
noOfHeadingLines(Int32, AutoMode) |
noOfHeadingLines()
public:
virtual int noOfHeadingLines();
public virtual int noOfHeadingLines ();
abstract member noOfHeadingLines : unit -> int
override this.noOfHeadingLines : unit -> int
Public Overridable Function noOfHeadingLines () As Integer
Returns
Applies to
noOfHeadingLines(Int32)
public:
virtual int noOfHeadingLines(int num1);
public virtual int noOfHeadingLines (int num1);
abstract member noOfHeadingLines : int -> int
override this.noOfHeadingLines : int -> int
Public Overridable Function noOfHeadingLines (num1 As Integer) As Integer
Parameters
- num1
- Int32
Returns
Applies to
noOfHeadingLines(Int32, AutoMode)
public:
virtual int noOfHeadingLines(int _value, Microsoft::Dynamics::Ax::Xpp::AutoMode _mode);
public virtual int noOfHeadingLines (int _value, Microsoft.Dynamics.Ax.Xpp.AutoMode _mode);
abstract member noOfHeadingLines : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
override this.noOfHeadingLines : int * Microsoft.Dynamics.Ax.Xpp.AutoMode -> int
Public Overridable Function noOfHeadingLines (_value As Integer, _mode As AutoMode) As Integer
Parameters
- _value
- Int32
- _mode
- AutoMode