Właściwość ServerInfoHeader.ReportServerVersion
Pobiera wersja produktu serwer raportów.
Przestrzeń nazw: ReportExecution2005
Zestaw: ReportExecution2005 (w ReportExecution2005.dll)
Składnia
'Deklaracja
Public Property ReportServerVersion As String
Get
Set
'Użycie
Dim instance As ServerInfoHeader
Dim value As String
value = instance.ReportServerVersion
instance.ReportServerVersion = value
public string ReportServerVersion { get; set; }
public:
property String^ ReportServerVersion {
String^ get ();
void set (String^ value);
}
member ReportServerVersion : string with get, set
function get ReportServerVersion () : String
function set ReportServerVersion (value : String)
Wartość właściwości
Typ: System.String
A ciąg wartość, która zawiera wersja produktu serwer raportów.
Uwagi
Format numeru wersja jest "10.50.0xxx. 00", gdzie xxx reprezentuje numer kompilacji.Na przykład: "10.50.1042.00".