Parameters-Eigenschaft
Parameters to the drillthrough report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As ParameterCollection
Get
'Usage
Dim instance As ActionDrillthrough
Dim value As ParameterCollection
value = instance.Parameters
public ParameterCollection Parameters { get; }
public:
property ParameterCollection^ Parameters {
ParameterCollection^ get ();
}
member Parameters : ParameterCollection
function get Parameters () : ParameterCollection
Eigenschaftenwert
Typ: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ParameterCollection
A ParameterCollection object.