Condividi tramite


Proprietà Name

Gets the name of the data value.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property Name As ReportExpression
    Get
    Set
'Utilizzo
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)