Gets a value indicating whether any properties on the current object have non-default values.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public bool ShouldSerialize()
Visual Basic
Public Function ShouldSerialize As Boolean

Return Value

true if any property on the current object has non-default value, false otherwise.

See Also