ReportSize.TryParse Metodo

Definizione

Tentativi di analizzare un valore di stringa in un ReportSize.

Overload

Nome Descrizione
TryParse(String, ReportSize)

Tentativi di analizzare un valore di stringa in un ReportSize.

TryParse(String, Boolean, ReportSize)

Tentativi di analizzare un valore di stringa in un ReportSize.

TryParse(String, ReportSize)

Tentativi di analizzare un valore di stringa in 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

Parametri

value
String

Valore stringa.

reportSize
ReportSize

[fuori] la dimensione del rapporto analizzato.

Valori restituiti

true se il tentativo ha esito positivo; in caso contrario, false.

Si applica a

TryParse(String, Boolean, ReportSize)

Tentativi di analizzare un valore di stringa in 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

Parametri

value
String

Valore stringa.

allowNegative
Boolean

Se permettere un valore negativo in value.

reportSize
ReportSize

[fuori] la dimensione del rapporto analizzato.

Valori restituiti

true se il tentativo ha esito positivo; in caso contrario, false.

Si applica a