Udostępnij za pośrednictwem


Właściwość DataValue.Name

Pobiera nazwę wartości danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Name As ReportExpression
    Get
    Set
'Użycie
Dim instance As DataValue
Dim value As ReportExpression

value = instance.Name

instance.Name = value
public ReportExpression Name { get; set; }
public:
property ReportExpression Name {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Name : ReportExpression with get, set
function get Name () : ReportExpression
function set Name (value : ReportExpression)