Language

ReportConnectionCustomCode Class

Definition

Represents a collection of custom codes that the report connection provides.

public ref class ReportConnectionCustomCode
[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 ReportConnectionCustomCode
[<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 ReportConnectionCustomCode = class
Public Class ReportConnectionCustomCode
Inheritance
ReportConnectionCustomCode
Attributes

Constructors

Name Description
ReportConnectionCustomCode()

Initializes a new instance of the ReportConnectionCustomCode class.

Properties

Name Description
CheckMethod

Gets or sets the custom code of the report using the CheckMethod method.

Class

Gets or sets the value of the class in the report.

Method

Gets or sets the specified value of the method.

Applies to