[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.DrawTextFallback

DrawTextFallback Method

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

Draws the text fallback.

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

The astr text.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string[] astrTextFallback

The astr text fallback.

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

Draws the text fallback.

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

The astr text.

float left

The left.

float top

The top.

float width

The width.

float height

The height.

string strLink

The string link.

string[] astrTextFallback

The astr text fallback.