ExportRequestViewUrl Property  | 
 
            Gets or sets the URL of the page that renders the view to export.
            
 
    Namespace: 
   Dundas.BI.Export
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic Uri? ViewUrl { get; set; }Public Property ViewUrl As Uri
	Get
	Set
public:
property Uri^ ViewUrl {
	Uri^ get ();
	void set (Uri^ value);
}member ViewUrl : Uri with get, set
Property Value
Type: 
Uri
See Also