Właściwość CustomLabel.Text
Tekst etykiet niestandardowych.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property Text As ReportExpression
Get
Set
'Użycie
Dim instance As CustomLabel
Dim value As ReportExpression
value = instance.Text
instance.Text = value
public ReportExpression Text { get; set; }
public:
property ReportExpression Text {
ReportExpression get ();
void set (ReportExpression value);
}
member Text : ReportExpression with get, set
function get Text () : ReportExpression
function set Text (value : ReportExpression)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.