Class SplitProperty
Inheritance
System.Object
SplitProperty
Assembly: FastReport.Olap.dll
Syntax
public class SplitProperty : IDisposable, INotifyPropertyChanged
Constructors
SplitProperty(BaseField)
Declaration
public SplitProperty(BaseField owner)
Parameters
Properties
Attributes
Declaration
[Browsable(true)]
public BaseFields<SplitField> Attributes { get; }
Property Value
SplitPaths
Declaration
public DateTimePart SplitPaths { get; set; }
Property Value
Methods
Dispose()
Declaration
GetAttributeFieldNames()
Declaration
public string[] GetAttributeFieldNames()
Returns
Type |
Description |
System.String[] |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|