ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView.Printing Namespace / PrintInfo Class / StyleSource Property

In This Topic
    StyleSource Property (PrintInfo)
    In This Topic
    Gets or sets the System.String value determining the source of C1PrintDocument template. It might be the name of .c1d or .c1dx file or the name of resource.
    Syntax
    'Declaration
     
    Public Property StyleSource As System.String
    public System.string StyleSource {get; set;}
    See Also