ReportSize Constructor
Initializes a new instance of the ReportSize object with the given size string.
Espace de noms: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
size As String _
)
public ReportSize (
string size
)
public:
ReportSize (
String^ size
)
public ReportSize (
String size
)
public function ReportSize (
size : String
)
Paramètres
- size
The size to make the report. Valid values are of type ReportSize.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
ReportSize Class
ReportSize Members
Microsoft.ReportingServices.ReportRendering Namespace