Partager via


ReportSize Constructeurs

Définition

Crée une instance de ReportSize.

Surcharges

ReportSize(String)

Crée une instance de ReportSize.

ReportSize(String, Boolean)

Crée une instance de ReportSize.

ReportSize(String)

Crée une instance de ReportSize.

public:
 ReportSize(System::String ^ size);
public ReportSize (string size);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String)

Paramètres

size
String

La taille du rapport.

S’applique à

ReportSize(String, Boolean)

Crée une instance de ReportSize.

public:
 ReportSize(System::String ^ size, bool allowNegative);
public ReportSize (string size, bool allowNegative);
new Microsoft.ReportingServices.OnDemandReportRendering.ReportSize : string * bool -> Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Sub New (size As String, allowNegative As Boolean)

Paramètres

size
String

La taille du rapport.

allowNegative
Boolean

Indique s’il faut autoriser les valeurs négatives dans size.

S’applique à