Partager via


Propriété TablixCell.ID

Gets the unique identifier for this report definition object.

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

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ID As String 
    Get
'Utilisation
Dim instance As TablixCell 
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 that represents the unique identifier for this report definition object.

Voir aussi

Référence

TablixCell Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering