Partilhar via


Propriedade do RDL Name

Gets the name of the item on the report, as specified in the report definition.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

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

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

Valor da propriedade

Tipo: System. . :: . .String
A String containing the name of the item on the report.

Comentários

Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.