Compartir a través de


ReportItem.Name Propiedad

Gets the descriptive name of the report item.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Property Name As String 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ReportItem Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering