MetricSetPreventDataExport Property  | 
 
            Gets or sets a value indicating whether the metric set's data can be exported to Excel or CSV.
            
 
    Namespace: 
   Dundas.BI.Entities.MetricSets
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool PreventDataExport { get; set; }Public Property PreventDataExport As Boolean
	Get
	Set
public:
property bool PreventDataExport {
	bool get ();
	void set (bool value);
}member PreventDataExport : bool with get, set
Property Value
Type: 
Boolean
See Also