Freigeben über


ReportSize-Konstruktor (String, Boolean)

Creates a new instance of ReportSize.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Sub New ( _
    size As String, _
    allowNegative As Boolean _
)
'Usage
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
)

Parameter

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

Siehe auch

Verweis

ReportSize Klasse

ReportSize-Überladung

Microsoft.ReportingServices.OnDemandReportRendering-Namespace