ServerInfoHeader.ReportServerVersionNumber Property

Definition

Gets the native DLL version of the report server. Read-only.

public:
 property System::String ^ ReportServerVersionNumber { System::String ^ get(); void set(System::String ^ value); };
public string ReportServerVersionNumber { get; set; }
member this.ReportServerVersionNumber : string with get, set
Public Property ReportServerVersionNumber As String

Property Value

A read-only string value that represents the native DLL version of the report server.

Remarks

The format of the version number is "2009.100.xxxx.00", where xxxx represents the build number. For example: "2009.100.1329.00".

Applies to