Конструктор ReportSize (String, Boolean)
Creates a new instance of ReportSize.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub New ( _
size As String, _
allowNegative As Boolean _
)
'Применение
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
)
Параметры
- size
Тип: System.String
The size of the report.
- allowNegative
Тип: System.Boolean
Whether to allow negative values in size.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering