ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Wpf Assembly / GrapeCity.ActiveReports.Viewer.Wpf Namespace / Viewer Class / SourceFormat Property

In This Topic
    SourceFormat Property
    In This Topic
    Specifies the format of the report source Uri. Should be used when Source does not have an extension.
    Syntax
    'Declaration
     
    Public Property SourceFormat As Nullable(Of DocumentFormat)
    public Nullable<DocumentFormat> SourceFormat {get; set;}
    See Also