[]
Gets or sets a value indicating the format of the report URI.
public DocumentFormat? SourceFormat { get; set; }
Type | Description |
---|---|
DocumentFormat? | A nullable DocumentFormat enumeration value representing the document format. |
Should be used when Source does not have an extension.
viewer.SourceFormat = DocumentFormat.Rdlx;