StiReportGetAnchorPageNumber Method |
Gets the page number by the value of an anchor.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public int GetAnchorPageNumber(
Object value
)
Public Function GetAnchorPageNumber (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
An anchor value.
Return Value
Type:
Int32Page number.
See Also