ReportViewer.ShowReportBody 속성
컨트롤에 보고서 본문이 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: Microsoft.Reporting.WebForms
어셈블리: Microsoft.ReportViewer.WebForms(Microsoft.ReportViewer.WebForms.dll)
구문
‘선언
<WebBrowsableAttribute(True)> _
Public Property ShowReportBody As Boolean
Get
Set
‘사용 방법
Dim instance As ReportViewer
Dim value As Boolean
value = instance.ShowReportBody
instance.ShowReportBody = value
[WebBrowsableAttribute(true)]
public bool ShowReportBody { get; set; }
[WebBrowsableAttribute(true)]
public:
property bool ShowReportBody {
bool get ();
void set (bool value);
}
[<WebBrowsableAttribute(true)>]
member ShowReportBody : bool with get, set
function get ShowReportBody () : boolean
function set ShowReportBody (value : boolean)
속성 값
유형: System.Boolean
컨트롤에 보고서 본문이 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.