ReportItem.ReportItemAccessibleObject.LayoutEditor Propriedade
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.
protected:
property Microsoft::ReportDesigner::ILayoutEditor ^ LayoutEditor { Microsoft::ReportDesigner::ILayoutEditor ^ get(); void set(Microsoft::ReportDesigner::ILayoutEditor ^ value); };
protected Microsoft.ReportDesigner.ILayoutEditor LayoutEditor { get; set; }
member this.LayoutEditor : Microsoft.ReportDesigner.ILayoutEditor with get, set
Protected Property LayoutEditor As ILayoutEditor