ActiveReports 9
BulletIndent Property
Example 

Gets or sets the indentation used in the control when the bullet style is applied to the text.
Syntax
'Declaration
 
Public Property BulletIndent As System.Single
public System.float BulletIndent {get; set;}

Property Value

Float value that is the current bullet indent value in inches.  Default is 0.5 inch.
Example
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.rtbActiveReport.BulletIndent = .25f;
}
Private Sub Detail1_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail1.Format
    Me.rtbActiveReport.BulletIndent = 0.25
End Sub
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RichTextBox Class
RichTextBox Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum