ResultShapingSimplificationData Property  | 
 
            Gets or sets additional data to pass to the chosen simplification algorithm.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string SimplificationData { get; set; }Public Property SimplificationData As String
	Get
	Set
public:
property String^ SimplificationData {
	String^ get ();
	void set (String^ value);
}member SimplificationData : string with get, set
Property Value
Type: 
String
See Also