Construtor ReportSize (String)
Creates a new instance of ReportSize.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public Sub New ( _
size As String _
)
'Uso
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
)
Parâmetros
- size
Tipo: System.String
The size of the report.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering