See Also

RichTextBox Class  | RichTextBox Members

Language

Visual Basic

C#

Show All

See Also Languages ActiveReports Send feedback to Data Dynamics

BulletIndent Property

Gets or sets the indentation used in the control when the bullet style is applied to the text.

[Visual Basic]
Public Property BulletIndent As Single
[C#]
public float BulletIndent {get; set;}

Return Type

Float value that is the current bullet indent value in inches.  Default is 0.5 inch.

Example

[C#] 

private void Detail_Format(object sender, System.EventArgs eArgs) 

    this.rtbActiveReport.BulletIndent = .25f; 
}

[Visual Basic] 

Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
    Me.rtbActiveReport.BulletIndent = 0.25
End Sub

See Also

RichTextBox Class  | RichTextBox Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.