Drillthrough 속성
The drillthrough report that should be executed by clicking the hyperlink.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Drillthrough As Drillthrough
Get
Set
‘사용 방법
Dim instance As Action
Dim value As Drillthrough
value = instance.Drillthrough
instance.Drillthrough = value
public Drillthrough Drillthrough { get; set; }
public:
property Drillthrough^ Drillthrough {
Drillthrough^ get ();
void set (Drillthrough^ value);
}
member Drillthrough : Drillthrough with get, set
function get Drillthrough () : Drillthrough
function set Drillthrough (value : Drillthrough)
속성 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .Drillthrough
A Drillthrough object.