Proprietà ID
Gets the identifier for the report item.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Property ID As String
Get
'Utilizzo
Dim instance As Group
Dim value As String
value = instance.ID
public abstract string ID { get; }
public:
virtual property String^ ID {
String^ get () abstract;
}
abstract ID : string
abstract function get ID () : String
Valore proprietà
Tipo: System. . :: . .String
A String value containing the identifier for the report item.
Osservazioni
The identifier is unique in the definition, but is repeated for each row of data.
Vedere anche