Propriété UniqueName
Gets the unique identifier of this instance object.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UniqueName As String
Get
'Utilisation
Dim instance As PageSectionInstance
Dim value As String
value = instance.UniqueName
public string UniqueName { get; }
public:
property String^ UniqueName {
String^ get ();
}
member UniqueName : string
function get UniqueName () : String
Valeur de propriété
Type : System. . :: . .String
A string value that represents the unique identifier of this instance object.