Propriété 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 ReadOnly Property ID As String
Get
'Utilisation
Dim instance As Report
Dim value As String
value = instance.ID
public string ID { get; }
public:
property String^ ID {
String^ get ();
}
member ID : string
function get ID () : String
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi