CustomProperty.Name Property
Gets or sets the name of the property.
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 CustomProperty
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.