[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MasterContentService.IsUpdatedReportProperty

IsUpdatedReportProperty Method

IsUpdatedReportProperty(string, object)

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

Declaration
public 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 is the same; otherwise, false.

Implements
Remarks

This member deals directly with the simple properties on the report object. Passing in an empty string will return false.