Compartir a través de


ReportSize Constructor (String, Boolean)

Creates a new instance of ReportSize.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public Sub New ( _
    size As String, _
    allowNegative As Boolean _
)
'Uso
Dim size As String 
Dim allowNegative As Boolean 

Dim instance As New ReportSize(size, allowNegative)
public ReportSize(
    string size,
    bool allowNegative
)
public:
ReportSize(
    String^ size, 
    bool allowNegative
)
new : 
        size:string * 
        allowNegative:bool -> ReportSize
public function ReportSize(
    size : String, 
    allowNegative : boolean
)

Parámetros

  • allowNegative
    Tipo: System.Boolean
    Whether to allow negative values in size.

Vea también

Referencia

ReportSize Clase

Sobrecarga de ReportSize

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering