CustomReportItem.CustomData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that encapsulates data for the custom report item.
public:
property Microsoft::ReportingServices::ReportRendering::CustomData ^ CustomData { Microsoft::ReportingServices::ReportRendering::CustomData ^ get(); };
public Microsoft.ReportingServices.ReportRendering.CustomData CustomData { get; }
member this.CustomData : Microsoft.ReportingServices.ReportRendering.CustomData
Public ReadOnly Property CustomData As CustomData
Property Value
A CustomData object containing data for the custom report item.