LayoutEditor.ScrollToBoundingRectangle(RectangleF, IParent) Method
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.
public:
void ScrollToBoundingRectangle(System::Drawing::RectangleF boundingRect, Microsoft::ReportDesigner::IParent ^ parent);
public void ScrollToBoundingRectangle (System.Drawing.RectangleF boundingRect, Microsoft.ReportDesigner.IParent parent);
member this.ScrollToBoundingRectangle : System.Drawing.RectangleF * Microsoft.ReportDesigner.IParent -> unit
Public Sub ScrollToBoundingRectangle (boundingRect As RectangleF, parent As IParent)
Parameters
- boundingRect
- RectangleF
- parent
- IParent