[]
Gets or sets the type of viewer that will be used to show the report in the client's browser.
[Browsable(true)]
public ViewerType ViewerType { get; set; }
Type | Description |
---|---|
ViewerType | A ViewerType value indicating the type of viewer. Default is HtmlViewer. |