Sprache

ReportSize Konstruktoren

Definition

Erstellt eine neue Instanz von ReportSize.

Überlädt

Name Beschreibung
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

Ob negative Werte in zugelassen sizewerden sollen.

Gilt für: