Gets or sets the type of metafiles created by the current report. The default is EmfPlusOnly.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(true)]
[DefaultValueAttribute(EmfType.EmfPlusOnly)]
public EmfType EmfType { get; set; }
Visual Basic
<BrowsableAttribute(True)> _
<DefaultValueAttribute(EmfType.EmfPlusOnly)> _
Public Property EmfType As EmfType
	Get
	Set

Remarks

The default value for this property is EmfType.EmfPlusOnly.

See Also