Helper class providing a section inside which the preview layout is suspended.
Should be used to enclose fragments of code where several properties on which
the preview pages layout depends are changed. Layout updating is suspended
between the construction and disposing of the class instance. Sample usage:
using (LayoutSection ls = new LayoutSection(previewPane)) { ..code... }.
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
C# |
---|
public class LayoutSection : IDisposable |
Visual Basic |
---|
Public Class LayoutSection _ Implements IDisposable |