ContainerReportItem.GetSelectableItems Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
virtual System::Collections::Generic::IList<Microsoft::ReportDesigner::IReportItem ^> ^ GetSelectableItems();
public System.Collections.Generic.IList<Microsoft.ReportDesigner.IReportItem> GetSelectableItems ();
abstract member GetSelectableItems : unit -> System.Collections.Generic.IList<Microsoft.ReportDesigner.IReportItem>
override this.GetSelectableItems : unit -> System.Collections.Generic.IList<Microsoft.ReportDesigner.IReportItem>
Public Function GetSelectableItems () As IList(Of IReportItem)