ExportRequestOptionsViewUrl Property

Gets or sets the optional view URL. This should be set if the UI is exporting, as it will have the short-linked URL to the exact view.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(EmitDefaultValue = false, Name = "viewUrl")]
public string ViewUrl { get; set; }

Property Value

Type: String
The view URL.
See Also