Langue

ReportSize.TryParse Méthode

Définition

Tente d’analyser une valeur de chaîne en un ReportSize.

Surcharges

Nom Description
TryParse(String, ReportSize)

Tente d’analyser une valeur de chaîne en un ReportSize.

TryParse(String, Boolean, ReportSize)

Tente d’analyser une valeur de chaîne en un ReportSize.

TryParse(String, ReportSize)

Tente d’analyser une valeur de chaîne en un 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

Paramètres

value
String

Valeur de chaîne.

reportSize
ReportSize

[dehors] la taille du rapport analysé.

Retours

true si la tentative réussit ; sinon, false.

S’applique à

TryParse(String, Boolean, ReportSize)

Tente d’analyser une valeur de chaîne en un 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

Paramètres

value
String

Valeur de chaîne.

allowNegative
Boolean

S’il faut autoriser une valeur négative dans value.

reportSize
ReportSize

[dehors] la taille du rapport analysé.

Retours

true si la tentative réussit ; sinon, false.

S’applique à