Freigeben über


Name-Eigenschaft

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

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

Syntax

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

Eigenschaftswert

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

Hinweise

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