ReportParameter Class

 

Updated: May 24, 2016

Represents a report parameter.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

System::Object
  Microsoft.AnalysisServices::ReportParameter

[GuidAttribute("5FB65586-3697-4555-93C6-444F1C5F8A06")]
public ref class ReportParameter sealed : ICloneable

NameDescription
System_CAPS_pubmethodReportParameter()

Initializes a new instance of the ReportParameter class.

System_CAPS_pubmethodReportParameter(String^, String^)

Initializes a new instance of the ReportParameter class with the specified name and value.

NameDescription
System_CAPS_pubpropertyName

Gets or sets the name of the parameter.

System_CAPS_pubpropertyValue

Gets or sets the value of the parameter.

NameDescription
System_CAPS_pubmethodClone()

Returns a clone of the object.

System_CAPS_pubmethodCopyTo(ReportParameter^)

Copies the content of this object to another object (the destination).

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodICloneable::Clone()

Creates and returns a new object that is a copy of the current instance of this ReportParameter 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: