CustomReportItem.CustomData Property
Returns an object that encapsulates data for the custom report item.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public ReadOnly Property CustomData As CustomData
public CustomData CustomData { get; }
public:
property CustomData^ CustomData {
CustomData^ get ();
}
/** @property */
public CustomData get_CustomData ()
public function get CustomData () : CustomData
Property Value
A CustomData object containing data for the custom report item.
Remarks
New:5 December 2005
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
CustomReportItem Class
CustomReportItem Members
Microsoft.ReportingServices.ReportRendering Namespace