ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / EmfType Property

In This Topic
    EmfType Property (C1RdlReport)
    In This Topic
    Gets or sets the type of metafiles created by the current report. The default is System.Drawing.Imaging.EmfType.EmfPlusOnly.
    Syntax
    'Declaration
     
    Public Property EmfType As System.Drawing.Imaging.EmfType
    public System.Drawing.Imaging.EmfType EmfType {get; set;}
    See Also