Costruttore ReportSize (String)
Creates a new instance of ReportSize.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
size As String _
)
'Utilizzo
Dim size As String
Dim instance As New ReportSize(size)
public ReportSize(
string size
)
public:
ReportSize(
String^ size
)
new :
size:string -> ReportSize
public function ReportSize(
size : String
)
Parametri
- size
Tipo: System.String
The size of the report.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering