Class SsrsReportParameter
Ssrs Report Parameter
Inheritance
System.Object
SsrsReportParameter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class SsrsReportParameter
Constructors
SsrsReportParameter(String, String)
Declaration
public SsrsReportParameter(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.String | value |
Properties
Name
Parameter Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Parameter Value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |