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

In This Topic
    TextIndent Property (Style)
    In This Topic
    Gets or sets a text indentation for level of the table of contents.
    Syntax
    'Declaration
     
    Public Property TextIndent As ExpressionInfo
    public ExpressionInfo TextIndent {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to a Length value indicating the text indentation for level.
    See Also