Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the report parameters.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As ReportParameterCollection
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterCollection
A ReportParameterCollection object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace