Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the name of the item on the report, as specified in the report definition.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property Name As String
Get
'Uso
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
Valor de la propiedad
Tipo: System.String
A String containing the name of the item on the report.
Comentarios
Names are unique per report definition, but not across subreports, and can be duplicated for each row of data in a data region.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering