ReportReportData Class

Definition

Provides the report data in a report.

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
Inheritance
ReportReportData
Attributes

Constructors

ReportReportData()

Initializes a new instance of the ReportReportData class.

Properties

Command

Gets or sets the command that will be executed when the data command is invoked.

DataProvider

Gets or sets the name of the data provider that specifies the report data.

Inline

Gets or sets a value that indicates whether the data report is presented inline.

InlineSpecified

Gets or sets a value that indicates whether the data report is specified.

IsQueryFromXmlFile

Gets or sets a value that indicates whether the query comes from XML file.

XMLResource

Gets or sets the XML resource associated with the report data.

Applies to