ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / CustomControl Class / SetProperty Method

In This Topic
    SetProperty Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub SetProperty( _
       ByVal obj As Object, _
       ByVal propertyName As String, _
       ByVal val As Object _
    ) 
    public static void SetProperty( 
       object obj,
       string propertyName,
       object val
    )

    Parameters

    obj
    propertyName
    val
    See Also