नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
Constructs a CustomProperty object.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Object _
)
public CustomProperty (
string name,
Object value
)
public:
CustomProperty (
String^ name,
Object^ value
)
public CustomProperty (
String name,
Object value
)
public function CustomProperty (
name : String,
value : Object
)
Parameters
- name
The name of the custom property.
- value
The Value of the custom property.
Remarks
New:5 December 2005
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace