ReportReportData Class
Provides the report data in a report.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
[SerializableAttribute] [XmlTypeAttribute(AnonymousType = true, Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")] [GeneratedCodeAttribute("xsd", "4.0.30319.33440")] [DebuggerStepThroughAttribute] [DesignerCategoryAttribute("code")] public ref class ReportReportData
| Name | Description | |
|---|---|---|
![]() | ReportReportData() | Initializes a new instance of the ReportReportData class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


