ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MasterContentService Class / 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 (MasterContentService)
    In This Topic
    Gets a value indicating whether the report property value has been changed from the master.
    Syntax
    'Declaration
     
    Public Function IsUpdatedReportProperty( _
       ByVal propertyName As String, _
       ByVal propertyValue As Object _
    ) As Boolean
    public 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 is the same; otherwise, false.
    Remarks
    This member deals directly with the simple properties on the report object. Passing in an empty string will return false.
    See Also