StiReportGetAnchor Method |
Gets runtime values by the value of an anchor.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiRuntimeVariables GetAnchor(
Object value
)
Public Function GetAnchor (
value As Object
) As StiRuntimeVariables
Parameters
- value
- Type: SystemObject
An anchor value.
Return Value
Type:
StiRuntimeVariablesA runtime value.
See Also