Report.UniqueName Property
Gets the unique name for this report.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
'Dichiarazione
Public ReadOnly Property UniqueName As String
public string UniqueName { get; }
public:
property String^ UniqueName {
String^ get ();
}
/** @property */
public String get_UniqueName ()
public function get UniqueName () : String
A String containing a unique identifier for the report.
Data creazione:5 dicembre 2005
Returns a string that uniquely identifies this report item across the entire report. The string may only contain the characters 0-9 and a-z.
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Report Class
Report Members
Microsoft.ReportingServices.ReportRendering Namespace