Proprietà ReportItem.Name
Gets the descriptive name of the report item.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Overridable ReadOnly Property Name As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
A string value that represents the descriptive name of the report item.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering