ReportItem.HasToggle 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 whether the report definition defines a toggle item for this report item.
public:
property bool HasToggle { bool get(); };
public bool HasToggle { get; }
member this.HasToggle : bool
Public ReadOnly Property HasToggle As Boolean
Property Value
A Boolean
value indicating whether the report definition defines a toggle item for this report item.