ActiveReports 9
Text Property (Label)
Example 

Gets or sets the text of the label to be printed.
Syntax
'Declaration
 
Public Property Text As System.String
public System.string Text {get; set;}
Example
private void detail_Format(object sender, System.EventArgs eArgs)
{
    this.label1.Text = "Label";
}
Private Sub Detail_Format(ByVal sender As Object, ByVal e As System.EventArgs) Handles Detail.Format
   Me.Label1.Text = "Label"
End Sub
See Also

Reference

Label Class
Label Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum