Skip to main content
A newer version of this page is available.

SnapControl Class

The Rich Text Editor-based report designer that allows end-users to create, modify and preview reports using a familiar Microsoft Word-inspired interface. Supports a variety of document formats for importing or exporting, including an original native document format that stores the layout without actual data.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ResFinder), "Bitmaps256.SnapControl.bmp")]
[ToolboxTabName("DX.18.1: Reporting")]
public class SnapControl :
    RichEditControl,
    ISnapControl,
    ISnapInnerControlOwner,
    IInnerRichEditControlOwner,
    IInnerRichEditDocumentServerOwner,
    IRichEditControl,
    IBatchUpdateable,
    IServiceContainer,
    IServiceProvider,
    ICommandAwareControl<RichEditCommandId>,
    IWin32Window,
    ISupportSpellCheckerNotifications

The following members accept/return SnapControl objects:

Remarks

The SnapControl control shows a report document and provides all the necessary functionality for loading, printing, editing and saving it.

snap-add-control

The following code snippets (auto-collected from DevExpress Examples) contain references to the SnapControl class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Implements

See Also