Gets the value of a style property existing on the current object
(does not attempt to resolve properties not explicitly defined on the current object).
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
Object GetProp( int propKey, IScriptContext context ) |
Visual Basic |
---|
Function GetProp ( _ propKey As Integer, _ context As IScriptContext _ ) As Object |
Parameters
- propKey
- Type: System..::..Int32
The property key (any of the Style.c_propXXX constants).
- context
- Type: IScriptContext
IScriptContext that should be used to get calculated properties.