ReportSection.heightmm100 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
heightmm100() |
Gets or sets the height of a section, including the height of the border and the top and bottom margins. |
heightmm100(Int32) |
heightmm100()
Gets or sets the height of a section, including the height of the border and the top and bottom margins.
public:
virtual int heightmm100();
public virtual int heightmm100 ();
abstract member heightmm100 : unit -> int
override this.heightmm100 : unit -> int
Public Overridable Function heightmm100 () As Integer
Returns
The height in 1/100 mm.
Remarks
This method acts as a heightInclBorderAndMargins method. Before you use this function to set the height property, make sure that the height property is not set to AUTO. Otherwise, the built-in logic might set the height. If the heightmm100 method returns 1000, the total height of the section is 10 mm.
Applies to
heightmm100(Int32)
public:
virtual int heightmm100(int _heightInclMargins);
public virtual int heightmm100 (int _heightInclMargins);
abstract member heightmm100 : int -> int
override this.heightmm100 : int -> int
Public Overridable Function heightmm100 (_heightInclMargins As Integer) As Integer
Parameters
- _heightInclMargins
- Int32
The new total height of the section in 1/100 mm; optional.