ActiveReports 12
RSet Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace > Strings Class : RSet Method
Required. String expression. Name of string variable.
Required. Integer expression. Length of returned string.
Returns a right-aligned string containing the specified string adjusted to the specified length.
Syntax
'Declaration
 
Public Shared Function RSet( _
   ByVal source As String, _
   ByVal length As Integer _
) As String
public static string RSet( 
   string source,
   int length
)

Parameters

source
Required. String expression. Name of string variable.
length
Required. Integer expression. Length of returned string.

Return Value

Returns a right-aligned string containing the specified string adjusted to the specified length.
See Also

Reference

Strings Class
Strings Members