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; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "viewUrl")>
Public Property ViewUrl As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"viewUrl")]
property String^ ViewUrl {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "viewUrl")>]
member ViewUrl : string with get, set
Property Value
Type:
String
The view URL.
See Also