Freigeben über


ReportSize Konstruktoren

Definition

Erstellt eine neue Instanz von ReportSize.

Überlädt

ReportSize(String)

Erstellt eine neue Instanz von ReportSize.

ReportSize(String, Boolean)

Erstellt eine neue Instanz von ReportSize.

ReportSize(String)

Erstellt eine neue Instanz von 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)

Parameter

size
String

Die Größe des Berichts.

Gilt für:

ReportSize(String, Boolean)

Erstellt eine neue Instanz von 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)

Parameter

size
String

Die Größe des Berichts.

allowNegative
Boolean

Gibt an, ob negative Werte in size.

Gilt für: