Report Class

Definition

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

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

Constructors

Report()

Initializes a new instance of the Report class.

Properties

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.

Applies to