Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / EmfExportProvider Class / FormatKey Property

In This Topic
    FormatKey Property (EmfExportProvider)
    In This Topic
    Gets the format key, which is an arbitrary string that should uniquely identify the current export provider/format. The default implementation returns the current ExportProvider's type name.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property FormatKey As String
    public virtual string FormatKey {get;}
    See Also