PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / DataSchema Property

In This Topic
    DataSchema Property (C1PrintDocument)
    In This Topic
    Gets the C1.C1Preview.DataBinding.C1DataSchema object representing the data schema built into the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataSchema As C1DataSchema
    public C1DataSchema DataSchema {get;}
    See Also