ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ViewerSettings.ViewerDocumentInfo Class / PreferredFormat Property

In This Topic
    PreferredFormat Property
    In This Topic
    Specifies preferred rendering format for the document
    Syntax
    'Declaration
     
    Public Property PreferredFormat As Nullable(Of ViewerSettings.PreferredFormat)
    public Nullable<ViewerSettings.PreferredFormat> PreferredFormat {get; set;}
    See Also