ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintManager Class / PrintOptions Property

In This Topic
    PrintOptions Property
    In This Topic
    Gets or sets the C1PrintOptions object specifying the printing options.
    Syntax
    'Declaration
     
    Public Property PrintOptions As C1PrintOptions
    public C1PrintOptions PrintOptions {get; set;}
    See Also