Rectangle.IsSimple Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates this is an auto-generated rectangle, which is needed only as a container for other report items. An auto-generated rectangle will have no style properties of its own.
public:
property bool IsSimple { bool get(); };
public bool IsSimple { get; }
member this.IsSimple : bool
Public ReadOnly Property IsSimple As Boolean
Property Value
A Boolean
value.