[]
DrawText RS: CR 24033 - Add parameter to store fallback set of lines(when the align is set to Justify and the report is exported into RDF 20)
public void DrawTextFallback(string[] astrText, float left, float top, float width, float height, string[] astrTextFallback)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | |
| float | left | |
| float | top | |
| float | width | |
| float | height | |
| string[] | astrTextFallback |
DrawText RS: CR 24033 - Add parameter to store fallback set of lines(when the align is set to Justify and the report is exported into RDF 20)
public void DrawTextFallback(string[] astrText, float left, float top, float width, float height, string strLink, string[] astrTextFallback)
| Type | Name | Description |
|---|---|---|
| string[] | astrText | |
| float | left | |
| float | top | |
| float | width | |
| float | height | |
| string | strLink | |
| string[] | astrTextFallback |