CommandGroup Class

Definition

public ref class CommandGroup sealed : Microsoft::ReportDesigner::ICommand, System::Collections::Generic::IEnumerable<Microsoft::ReportDesigner::ICommand ^>
public sealed class CommandGroup : Microsoft.ReportDesigner.ICommand, System.Collections.Generic.IEnumerable<Microsoft.ReportDesigner.ICommand>
type CommandGroup = class
    interface ICommand
    interface seq<ICommand>
    interface IEnumerable
Public NotInheritable Class CommandGroup
Implements ICommand, IEnumerable(Of ICommand)
Inheritance
CommandGroup
Implements

Constructors

CommandGroup(String)

Properties

Description

Methods

Execute()
Unexecute()

Explicit Interface Implementations

IEnumerable.GetEnumerator()
IEnumerable<ICommand>.GetEnumerator()

Applies to