[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Wpf.Viewer.SourceFormat

SourceFormat Property

SourceFormat

Gets or sets a value indicating the format of the report URI.

Declaration
public DocumentFormat? SourceFormat { get; set; }
Property Value
Type Description
DocumentFormat?

A nullable DocumentFormat enumeration value representing the document format.

Remarks

Should be used when Source does not have an extension.

Examples
viewer.SourceFormat = DocumentFormat.Rdlx;