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 identifier for the item on the report.
Espacio de nombres: Microsoft.ReportingServices.ReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property ID As String
Get
'Uso
Dim instance As ReportItem
Dim value As String
value = instance.ID
public string ID { get; }
public:
property String^ ID {
String^ get ();
}
member ID : string
function get ID () : String
Valor de la propiedad
Tipo: System.String
A String value that contains the identifier of the item on the report.
Comentarios
The identifier is a unique, autogenerated string. This identifier is unique across the entire report, including subreports, but will repeat for each row of data in a data region.
The identifier returned will contain digits only.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.ReportRendering