ResultShapingSimplificationData Property |
Gets or sets additional data to pass to the chosen simplification algorithm.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
String
See Also