ReportSize Constructor
Initializes a new instance of the ReportSize object with the given size string.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
语法
声明
Public Sub New ( _
size As String _
)
public ReportSize (
string size
)
public:
ReportSize (
String^ size
)
public ReportSize (
String size
)
public function ReportSize (
size : String
)
参数
- size
The size to make the report. Valid values are of type ReportSize.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
ReportSize Class
ReportSize Members
Microsoft.ReportingServices.ReportRendering Namespace