ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / CharacterSpacing Property

In This Topic
    CharacterSpacing Property (Style)
    In This Topic
    Gets or sets a spacing between characters.
    Syntax
    'Declaration
     
    Public Property CharacterSpacing As ExpressionInfo
    public ExpressionInfo CharacterSpacing {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a Length value indicating the spacing between characters.
    See Also