[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.StringPatch

StringPatch Class

Represents the update for the items with delayed content.

Inheritance
StringPatch
Namespace: GrapeCity.ActiveReports.Drawing.Serialization
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class StringPatch

Properties

Name Description
Bounds

The new bounds to the text be drawn in.

Format

The actual string format to the text be rendered with.

Text

The actual text to be rendered.

Transform

Additional transformation matrix. It is necessary because it is not enough to simply update the text. You need to apply alignment, and in the case of rotated text, the tearing is done using a transform, since the text is torn relative to the rectangle, and not relative to the direction of the text.

Extension Methods