Property | Type | Description | |
---|---|---|---|
SectionGripperColor | |||
SectionGripperHeight | double | ||
SectionheaderHeight | double |
Method | Description | |
---|---|---|
AbsolutePointByLocalPoint ( double x, double y ) : |
||
AddControlView ( MonoReports.ControlView.ControlViewBase controlView ) : void | ||
AddControls ( IList |
||
ContainsPoint ( double x, double y ) : bool | ||
CreateControlView ( |
||
InvalidateBound ( ) : void | ||
PointInSectionByAbsolutePoint ( |
||
PointInSectionByAbsolutePoint ( double x, double y ) : |
||
RemoveControlView ( MonoReports.ControlView.ControlViewBase controlView ) : void | ||
Render ( Cairo c ) : void | ||
SectionView ( |
public AbsolutePointByLocalPoint ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public AddControlView ( MonoReports.ControlView.ControlViewBase controlView ) : void | ||
controlView | MonoReports.ControlView.ControlViewBase | |
return | void |
public AddControls ( IList |
||
controlsToAdd | IList |
|
return | void |
public ContainsPoint ( double x, double y ) : bool | ||
x | double | |
y | double | |
return | bool |
public CreateControlView ( |
||
controlToAdd | ||
return | MonoReports.ControlView.ControlViewBase |
public PointInSectionByAbsolutePoint ( |
||
absolutePoint | ||
return |
public PointInSectionByAbsolutePoint ( double x, double y ) : |
||
x | double | |
y | double | |
return |
public RemoveControlView ( MonoReports.ControlView.ControlViewBase controlView ) : void | ||
controlView | MonoReports.ControlView.ControlViewBase | |
return | void |
public SectionView ( |
||
parentReport | ||
controlViewFactory | IControlViewFactory | |
section | ||
sectionSpan | Cairo | |
return | System |