Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the data value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Name As ReportExpression
Get
Set
'Usage
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.