Propriété Name
Gets the name of the item on the report, as specified in the report definition.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Name As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String containing the name of the item on the report.
Notes
Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.