Report Class
Provides a property that modifies or retrieves information about the report.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Report() | Initializes a new instance of the Report class. |
| Name | Description | |
|---|---|---|
![]() | Category | Gets or sets the categories of the property report. |
![]() | CompatLevel | Gets or sets the compatible level of the report. |
![]() | CompatLevelSpecified | Gets or sets a value indicating whether the compatible level is specified. |
![]() | Connections | Gets or sets the data connections defined in the report. |
![]() | Filters | Gets or sets the filter that contains the filter condition of the report. |
![]() | ID | Gets or sets the identification of the property report. |
![]() | Index | Gets or sets the specified value of the index. |
![]() | MaxMatrixVersion | Gets or sets the maximum matrix version supported by the report. |
![]() | MaxMatrixVersionSpecified | Gets or sets a value that indicates whether the maximum matrix version property value is specified. |
![]() | MaxSqlAzureVersion | Gets or sets the maximum SQL Azure version supported by the report. |
![]() | MaxSqlAzureVersionSpecified | Gets or sets a value that indicates whether maximum SQL Azure version property value is specified. |
![]() | MaxStandaloneVersion | Gets or sets the maximum standalone version supported by the report. |
![]() | MaxStandaloneVersionSpecified | Gets or sets a value that indicates whether the maximum standalone version property value is specified. |
![]() | MinMatrixVersion | Gets or sets the minimum matrix version supported by the report. |
![]() | MinMatrixVersionSpecified | Gets or sets a value that indicates whether the minimum matrix version property value is specified. |
![]() | MinSqlAzureVersion | Gets or sets the minimum SQL Azure version supported by the report. |
![]() | MinSqlAzureVersionSpecified | Gets or sets a value that indicates whether minimum SQL Azure version property value is specified. |
![]() | Name | Gets or sets the name of the property. |
![]() | RDLResource | Gets or sets the value of the RDLResource of the report. |
![]() | ReportData | Gets or sets the input data of the property. |
![]() | ReportID | Gets the identification report of the property. |
![]() | Urn | Gets or sets the Uniform Resource Name (URN) value of the report. |
![]() | Version | Gets or sets the identified version of the property. |
![]() | VersionSpecified | Gets or sets a value that indicates whether the Version property value is specified. |
![]() | Visible | Gets or sets a value indicating whether the Report property is visible. |
| 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.


