Partager via


Propriété Group.ID

Gets the identifier for the report item.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ID As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A String value containing the identifier for the report item.

Notes

The identifier is unique in the definition, but is repeated for each row of data.

Voir aussi

Référence

Group Classe

Espace de noms Microsoft.ReportingServices.ReportRendering