ReportSize 建構 (String)
Creates a new instance of ReportSize.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub New ( _
size As String _
)
'用途
Dim size As String
Dim instance As New ReportSize(size)
public ReportSize(
string size
)
public:
ReportSize(
String^ size
)
new :
size:string -> ReportSize
public function ReportSize(
size : String
)
參數
- size
型別:System. . :: . .String