Condividi tramite


Proprietà Name

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

Spazio dei nomi:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Name As String
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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