QueryDesigner 속성
The control to use for the query designer interface in Report Manager or Report Builder.
네임스페이스: Microsoft.ReportingServices.Interfaces
어셈블리: Microsoft.ReportingServices.QueryDesigners.dll의 Microsoft.ReportingServices.QueryDesigners
구문
‘선언
ReadOnly Property QueryDesigner As Control
Get
‘사용 방법
Dim instance As IQueryDesigner
Dim value As Control
value = instance.QueryDesigner
Control QueryDesigner { get; }
property Control^ QueryDesigner {
Control^ get ();
}
abstract QueryDesigner : Control
function get QueryDesigner () : Control
속성 값
형식: System.Windows.Forms. . :: . .Control
A Control object.