ReportReportData 클래스

정의

보고서에 보고서 데이터를 제공합니다.

public ref class ReportReportData
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class ReportReportData
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(AnonymousType=true, Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type ReportReportData = class
Public Class ReportReportData
상속
ReportReportData
특성

생성자

ReportReportData()

ReportReportData 클래스의 새 인스턴스를 초기화합니다.

속성

Command

데이터 명령을 호출하면 실행될 명령을 가져오거나 설정합니다.

DataProvider

보고서 데이터를 지정하는 데이터 공급자의 이름을 가져오거나 설정합니다.

Inline

데이터 보고서가 인라인으로 표시되는지 여부를 나타내는 값을 가져오거나 설정합니다.

InlineSpecified

데이터 보고서가 지정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

IsQueryFromXmlFile

쿼리가 XML 파일에서 제공되는지 여부를 나타내는 값을 가져오거나 설정합니다.

XMLResource

보고서 데이터와 연결된 XML 리소스를 가져오거나 설정합니다.

적용 대상