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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ReportSize Class
ReportSize Members
Microsoft.ReportingServices.ReportRendering Namespace