Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Recupera o imposta l'identificatore univoco dello snapshot utilizzato per il report del server.
Spazio dei nomi: Microsoft.Reporting.WinForms
Assembly: Microsoft.ReportViewer.WinForms (in microsoft.reportviewer.winforms.dll)
Sintassi
'Dichiarazione
<NotifyParentPropertyAttribute(True)> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Misc")> _
<DefaultValueAttribute("")> _
<SRDescriptionAttribute("HistoryIdDesc")> _
Public Property HistoryId As String
'Utilizzo
Dim instance As ServerReport
Dim value As String
value = instance.HistoryId
instance.HistoryId = value
[NotifyParentPropertyAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute("Misc")]
[DefaultValueAttribute("")]
[SRDescriptionAttribute("HistoryIdDesc")]
public string HistoryId { get; set; }
[NotifyParentPropertyAttribute(true)]
[WebBrowsableAttribute(true)]
[CategoryAttribute(L"Misc")]
[DefaultValueAttribute(L"")]
public:
String^ HistoryId {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_HistoryId ()
/** @property */
public void set_HistoryId (String value)
public function get HistoryId () : String
public function set HistoryId (value : String)
Valore proprietà
Valore String contenente la proprietà HistoryId.
Vedere anche
Riferimento
Classe ServerReport
Membri ServerReport
Spazio dei nomi Microsoft.Reporting.WinForms