Class SplitProperty
Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll
Split property.
public class SplitProperty
Inheritance
Constructors
SplitProperty(BaseField)
Creates a new instance.
public SplitProperty(BaseField owner)
Parameters
owner
BaseField
Properties
Attributes
Gets attributes.
[Browsable(true)]
public BaseFields<SplitField> Attributes { get; }
Property Value
SplitPaths
Gets or sets split paths.
public DateTimePart SplitPaths { get; set; }
Property Value
Methods
Dispose()
Disposes the object.
public void Dispose()
Dispose(bool)
Disposes the object.
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool
GetAttributeFieldNames()
Event on a property changed.
public string[] GetAttributeFieldNames()
Returns
string[]
PropertyChanged
Event on preperty changed
public event PropertyChangedEventHandler PropertyChanged