ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / IPropertyBag Interface / GetPropertyContent Method
The name of the property to retrieve.

In This Topic
    GetPropertyContent Method
    In This Topic
    Gets the content for the named property without evaluation.
    Syntax
    'Declaration
     
    Function GetPropertyContent( _
       ByVal name As String _
    ) As Object
    object GetPropertyContent( 
       string name
    )

    Parameters

    name
    The name of the property to retrieve.

    Return Value

    An System.Object representing the property's value without evaluation.
    See Also