ReportSize Constructor
Initializes a new instance of the ReportSize object with the given size string.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
size As String _
)
public ReportSize (
string size
)
public:
ReportSize (
String^ size
)
public ReportSize (
String size
)
public function ReportSize (
size : String
)
Parameter
- size
The size to make the report. Valid values are of type ReportSize.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
ReportSize Class
ReportSize Members
Microsoft.ReportingServices.ReportRendering Namespace