Report Class

 

Provides a property that modifies or retrieves information about the report.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management::Report

[SerializableAttribute]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DesignerCategoryAttribute("code")]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
[DebuggerStepThroughAttribute]
public ref class Report 

NameDescription
System_CAPS_pubmethodReport()

Initializes a new instance of the Report class.

NameDescription
System_CAPS_pubpropertyCategory

Gets or sets the categories of the property report.

System_CAPS_pubpropertyCompatLevel

Gets or sets the compatible level of the report.

System_CAPS_pubpropertyCompatLevelSpecified

Gets or sets a value indicating whether the compatible level is specified.

System_CAPS_pubpropertyConnections

Gets or sets the data connections defined in the report.

System_CAPS_pubpropertyFilters

Gets or sets the filter that contains the filter condition of the report.

System_CAPS_pubpropertyID

Gets or sets the identification of the property report.

System_CAPS_pubpropertyIndex

Gets or sets the specified value of the index.

System_CAPS_pubpropertyMaxMatrixVersion

Gets or sets the maximum matrix version supported by the report.

System_CAPS_pubpropertyMaxMatrixVersionSpecified

Gets or sets a value that indicates whether the maximum matrix version property value is specified.

System_CAPS_pubpropertyMaxSqlAzureVersion

Gets or sets the maximum SQL Azure version supported by the report.

System_CAPS_pubpropertyMaxSqlAzureVersionSpecified

Gets or sets a value that indicates whether maximum SQL Azure version property value is specified.

System_CAPS_pubpropertyMaxStandaloneVersion

Gets or sets the maximum standalone version supported by the report.

System_CAPS_pubpropertyMaxStandaloneVersionSpecified

Gets or sets a value that indicates whether the maximum standalone version property value is specified.

System_CAPS_pubpropertyMinMatrixVersion

Gets or sets the minimum matrix version supported by the report.

System_CAPS_pubpropertyMinMatrixVersionSpecified

Gets or sets a value that indicates whether the minimum matrix version property value is specified.

System_CAPS_pubpropertyMinSqlAzureVersion

Gets or sets the minimum SQL Azure version supported by the report.

System_CAPS_pubpropertyMinSqlAzureVersionSpecified

Gets or sets a value that indicates whether minimum SQL Azure version property value is specified.

System_CAPS_pubpropertyName

Gets or sets the name of the property.

System_CAPS_pubpropertyRDLResource

Gets or sets the value of the RDLResource of the report.

System_CAPS_pubpropertyReportData

Gets or sets the input data of the property.

System_CAPS_pubpropertyReportID

Gets the identification report of the property.

System_CAPS_pubpropertyUrn

Gets or sets the Uniform Resource Name (URN) value of the report.

System_CAPS_pubpropertyVersion

Gets or sets the identified version of the property.

System_CAPS_pubpropertyVersionSpecified

Gets or sets a value that indicates whether the Version property value is specified.

System_CAPS_pubpropertyVisible

Gets or sets a value indicating whether the Report property is visible.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: