Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the parameters for the drillthrough report.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public Property DrillthroughParameters As NameValueCollection
Get
Set
'Usage
Dim instance As Action
Dim value As NameValueCollection
value = instance.DrillthroughParameters
instance.DrillthroughParameters = value
public NameValueCollection DrillthroughParameters { get; set; }
public:
property NameValueCollection^ DrillthroughParameters {
NameValueCollection^ get ();
void set (NameValueCollection^ value);
}
member DrillthroughParameters : NameValueCollection with get, set
function get DrillthroughParameters () : NameValueCollection
function set DrillthroughParameters (value : NameValueCollection)
Property Value
Type: System.Collections.Specialized.NameValueCollection
A NameValueCollection representing the parameters for the drillthrough report.