Proprietà Parameters
Gets the parameters for the report.
Spazio dei nomi: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parameters As ReportParameterCollection
Get
'Utilizzo
Dim instance As Report
Dim value As ReportParameterCollection
value = instance.Parameters
public ReportParameterCollection Parameters { get; }
public:
property ReportParameterCollection^ Parameters {
ReportParameterCollection^ get ();
}
member Parameters : ReportParameterCollection
function get Parameters () : ReportParameterCollection
Valore proprietà
Tipo: Microsoft.ReportingServices.ReportRendering. . :: . .ReportParameterCollection
A ReportParameterCollection object that has the parameters that this report uses.
Vedere anche