ActiveReports Developer 7
GetValue Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering Namespace > IPropertyBag Interface : GetValue Method

name
Name of the property to retrieve.

Glossary Item Box

Get the value for the named property.

Syntax

Visual Basic (Declaration) 
Function GetValue( _
   ByVal name As System.String _
) As System.Object
C# 
System.object GetValue( 
   System.string name
)

Parameters

name
Name of the property to retrieve.

Return Value

The property's value.

See Also