Constructeur ReportSize (String, Boolean)
Creates a new instance of ReportSize.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
size As String, _
allowNegative As Boolean _
)
'Utilisation
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
)
Paramètres
- size
Type : System. . :: . .String
The size of the report.
- allowNegative
Type : System. . :: . .Boolean
Whether to allow negative values in size.