ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IMasterContentService Interface / IsUpdatedReportProperty Method
A System.String value indicating the name of the property to check.
A System.String value indicating the value of the property to compare against the master.

In This Topic
    IsUpdatedReportProperty Method (IMasterContentService)
    In This Topic
    Gets a value indicating whether the report property value has been changed from the master.
    Syntax
    'Declaration
     
    Function IsUpdatedReportProperty( _
       ByVal propertyName As String, _
       ByVal propertyValue As Object _
    ) As Boolean
    bool IsUpdatedReportProperty( 
       string propertyName,
       object propertyValue
    )

    Parameters

    propertyName
    A System.String value indicating the name of the property to check.
    propertyValue
    A System.String value indicating the value of the property to compare against the master.

    Return Value

    A System.Boolean value. true if the property value has been updated from the master; otherwise, false.
    See Also