MindFusion.Reporting for Silverlight Programmer's Guide
Space

Returns a string consisting of the specified number of spaces.

Syntax

 Copy Code

string Space (
    int count
)

Parameters

count
Any valid integer expression. Represents the number of spaces in the resulting string.

Remarks

The Space function is useful for formatting output and clearing data in fixed-length strings.

See Also

Text Functions
Replace Function