Właściwość Report.Custom
Pobiera zawartość Niestandardowy tagu w definicji.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Custom As String
Get
'Użycie
Dim instance As Report
Dim value As String
value = instance.Custom
public string Custom { get; }
public:
property String^ Custom {
String^ get ();
}
member Custom : string
function get Custom () : String
Wartość właściwości
Typ: System.String
A ciąg wartość zawierającego niestandardowe informacje mają być przekazywane do rozszerzenie renderowania.
Więcej informacji na temat niestandardowych informacji, zobacz Writing Custom Code for Reporting Services.