[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.DrawCanvas.DrawTextFallback

DrawTextFallback Method

DrawTextFallback(string[], float, float, float, float, string[])

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)

Declaration
public void DrawTextFallback(string[] astrText, float left, float top, float width, float height, string[] astrTextFallback)
Parameters
Type Name Description
string[] astrText
float left
float top
float width
float height
string[] astrTextFallback

DrawTextFallback(string[], float, float, float, float, string, string[])

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)

Declaration
public void DrawTextFallback(string[] astrText, float left, float top, float width, float height, string strLink, string[] astrTextFallback)
Parameters
Type Name Description
string[] astrText
float left
float top
float width
float height
string strLink
string[] astrTextFallback