Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / PrintManager Class / ShowDialog Method
Example


In This Topic
    ShowDialog Method (PrintManager)
    In This Topic
    Shows the build in print manager dialog.
    Syntax
    'Declaration
     
    Public Sub ShowDialog() 
    'Usage
     
    Dim instance As PrintManager
     
    instance.ShowDialog()
    public void ShowDialog()
    Remarks
    The build in print manager dialog exposes all the properties of the PrintManager object. It allows you to quickly provide printing support for your applications.
    Example
    The following code invokes the print manager visual interface.
    ChartControl.PrintManager.ShowDialog();
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also