Custom handler that resolves dimension label for matching filter hints.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
public Func<int, string, string> ResolveDimensionLabel { get; set; }
Public Property ResolveDimensionLabel As Func(Of Integer, String, String)
Get
Set
public:
property Func<int, String^, String^>^ ResolveDimensionLabel {
Func<int, String^, String^>^ get ();
void set (Func<int, String^, String^>^ value);
}
member ResolveDimensionLabel : Func<int, string, string> with get, set
Property Value
Type:
FuncInt32,
String,
String
Reference