Partilhar via


Propriedade do RDL IPropertyDefinition.Name

Gets the name of the property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
ReadOnly Property Name As String 
    Get
'Uso
Dim instance As IPropertyDefinition 
Dim value As String 

value = instance.Name
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string
function get Name () : String

Valor da propriedade

Tipo: System.String
The name of the property.

Consulte também

Referência

IPropertyDefinition Interface

Namespace Microsoft.ReportingServices.RdlObjectModel