ReportParameterInstance-Klasse
Represents an instance type of the ReportParameter class, and contains the calculated values of the properties in ReportParameter.
Vererbungshierarchie
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportParameterInstance
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportParameterInstance
'Usage
Dim instance As ReportParameterInstance
public sealed class ReportParameterInstance
public ref class ReportParameterInstance sealed
[<SealedAttribute>]
type ReportParameterInstance = class end
public final class ReportParameterInstance
Der ReportParameterInstance-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Label | Gets the label of the parameter. | |
Labels | Gets the labels of the parameter. | |
Prompt | Gets the calculated value of the Prompt property in a ReportParameter class. | |
Value | Gets the value of the parameter. | |
Values | Gets the values of the parameter. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace