Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / TextRun Class / Label Property

In This Topic
    Label Property (TextRun)
    In This Topic
    Gets or sets the label for the placeholder for this TextRun. This name appears as the display placeholder in designer tools UI.
    Syntax
    'Declaration
     
    Public Property Label As String
    public string Label {get; set;}
    See Also