ReportSize(String) 建構函式

定義

使用指定的 size 字串,初始化 ReportSize 物件的新執行個體。

public:
 ReportSize(System::String ^ size);
public ReportSize (string size);
new Microsoft.ReportingServices.ReportRendering.ReportSize : string -> Microsoft.ReportingServices.ReportRendering.ReportSize
Public Sub New (size As String)

參數

size
String

要製作報表的大小。 有效值為 ReportSize 類型。

適用於