ReportItem.ReportItemAccessibleObject.LayoutEditor 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.
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