[]
Gets a value indicating whether the report property value has been changed from the master.
public bool IsUpdatedReportProperty(string propertyName, object propertyValue)
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. |
Type | Description |
---|---|
bool | A bool value. |
This member deals directly with the simple properties on the report object. Passing in an empty string will return false.