Visual Basic (Declaration) | |
---|---|
Function GetRenderItem( _ ByVal dpiX As System.Single, _ ByVal dpiY As System.Single _ ) As IReportItem |
C# | |
---|---|
IReportItem GetRenderItem( System.float dpiX, System.float dpiY ) |
Parameters
- dpiX
- Horizontal dpi.
- dpiY
- Vertical dpi.