Partager via


Propriété ReportItem.Name

Gets the descriptive name of the report item.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property Name As String 
    Get
'Utilisation
Dim instance As ReportItem 
Dim value As String 

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

Valeur de propriété

Type : System.String
A string value that represents the descriptive name of the report item.

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering