[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.IMasterContentService.IsUpdatedReportProperty

IsUpdatedReportProperty Method

IsUpdatedReportProperty(string, object)

Gets a value indicating whether the report property value has been changed from the master.

Declaration
bool IsUpdatedReportProperty(string propertyName, object propertyValue)
Parameters
Type Name Description
string propertyName

A string value indicating the name of the property to check.

object propertyValue

A string value indicating the value of the property to compare against the master.

Returns
Type Description
bool

A bool value. true if the property value has been updated from the master; otherwise, false.