Compartilhar via


Propriedade do RDL ReportItem.Name

Gets the descriptive name of the report item.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ReportItem Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering