Bagikan melalui


ReportSize.TryParse Metode

Definisi

Mencoba mengurai nilai string ke dalam ReportSize.

Overload

TryParse(String, ReportSize)

Mencoba mengurai nilai string ke dalam ReportSize.

TryParse(String, Boolean, ReportSize)

Mencoba mengurai nilai string ke dalam ReportSize.

TryParse(String, ReportSize)

Mencoba mengurai nilai string ke dalam ReportSize.

public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ % reportSize);
public static bool TryParse (string value, out Microsoft.ReportingServices.OnDemandReportRendering.ReportSize reportSize);
static member TryParse : string * ReportSize -> bool
Public Shared Function TryParse (value As String, ByRef reportSize As ReportSize) As Boolean

Parameter

value
String

Nilai string.

reportSize
ReportSize

[out] ukuran laporan yang diurai.

Mengembalikan

true jika upaya berhasil; jika tidak, false.

Berlaku untuk

TryParse(String, Boolean, ReportSize)

Mencoba mengurai nilai string ke dalam ReportSize.

public:
 static bool TryParse(System::String ^ value, bool allowNegative, [Runtime::InteropServices::Out] Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ % reportSize);
public static bool TryParse (string value, bool allowNegative, out Microsoft.ReportingServices.OnDemandReportRendering.ReportSize reportSize);
static member TryParse : string * bool * ReportSize -> bool
Public Shared Function TryParse (value As String, allowNegative As Boolean, ByRef reportSize As ReportSize) As Boolean

Parameter

value
String

Nilai string.

allowNegative
Boolean

Apakah akan mengizinkan nilai negatif dalam value.

reportSize
ReportSize

[out] ukuran laporan yang diurai.

Mengembalikan

true jika upaya berhasil; jika tidak, false.

Berlaku untuk